Skip to content

Commit

Permalink
--max-warnings=0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Aug 12, 2022
1 parent c68b17c commit e4e5eda
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 @@ -28,7 +28,7 @@
},
"scripts": {
"test": "npm run lint && jest",
"lint": "eslint .",
"lint": "eslint . --max-warnings=0",
"tsc-cjs": "tsc -p tsconfig.cjs.json",
"tsc-esm": "tsc -p tsconfig.esm.json",
"tsc": "npm run tsc-cjs && npm run tsc-esm",
Expand Down

0 comments on commit e4e5eda

Please sign in to comment.