ci: moving prettier to eslint

This commit is contained in:
Hydra
2024-05-13 10:46:22 +01:00
parent bdb58e0e59
commit 914e0d82e6
3 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,6 @@
"type": "module",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",