Skip to content

Commit 62762cb

Browse files
committed
chore: update lint script to include TypeScript checking
Signed-off-by: Wanjin Noh <[email protected]>
1 parent beb6a03 commit 62762cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eslint": "eslint --max-warnings=0 --ext .js,.vue,.ts .",
1515
"stylelint": "stylelint \"src/**/*.{css,vue,pcss,scss}\"",
1616
"ts-check": "tsc -p tsconfig.json --noEmit",
17-
"lint": "npm run eslint && npm run stylelint",
17+
"lint": "npm run eslint && npm run ts-check && npm run stylelint",
1818
"eslint:fix": "eslint --fix --ext .js,.vue,.ts .",
1919
"stylelint:fix": "stylelint --fix \"src/**/*.{css,vue,pcss,scss}\"",
2020
"format": "npm run eslint:fix && npm run stylelint:fix",

0 commit comments

Comments
 (0)