We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb6a03 commit 62762cbCopy full SHA for 62762cb
apps/web/package.json
@@ -14,7 +14,7 @@
14
"eslint": "eslint --max-warnings=0 --ext .js,.vue,.ts .",
15
"stylelint": "stylelint \"src/**/*.{css,vue,pcss,scss}\"",
16
"ts-check": "tsc -p tsconfig.json --noEmit",
17
- "lint": "npm run eslint && npm run stylelint",
+ "lint": "npm run eslint && npm run ts-check && npm run stylelint",
18
"eslint:fix": "eslint --fix --ext .js,.vue,.ts .",
19
"stylelint:fix": "stylelint --fix \"src/**/*.{css,vue,pcss,scss}\"",
20
"format": "npm run eslint:fix && npm run stylelint:fix",
0 commit comments