Skip to content

Commit c7ee9fa

Browse files
committed
Fail linting if there are any warnings
1 parent 1f3707f commit c7ee9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"update-vscode": "node ./node_modules/vscode/bin/install",
569569
"postinstall": "npm rebuild && node ./node_modules/vscode/bin/install",
570570
"format": "tsfmt -r",
571-
"lint": "eslint src test --ext .ts,.tsx",
571+
"lint": "eslint src test --ext .ts,.tsx --max-warnings=0",
572572
"format-staged": "lint-staged"
573573
},
574574
"dependencies": {

0 commit comments

Comments
 (0)