Skip to content

Commit

Permalink
fix: #175 treat eslint warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa authored and kherock committed Nov 9, 2021
1 parent 0a101b0 commit 26148d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepack": "npm run build",
"test": "tsc -p test/unit/tsconfig.json && jest",
"typedoc": "typedoc",
"lint": "eslint --cache .",
"lint": "eslint --max-warnings=0 --cache .",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 26148d0

Please sign in to comment.