We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67c8b6 commit d08671bCopy full SHA for d08671b
package.json
@@ -15,8 +15,8 @@
15
"compile": "tsc",
16
"lint": "npm-run-all --parallel lint:js",
17
"lint:fix": "npm-run-all --parallel lint:fix:*",
18
- "lint:js": "eslint .",
19
- "lint:fix:js": "eslint . --fix",
+ "lint:js": "eslint --max-warnings 0 .",
+ "lint:fix:js": "eslint --max-warnings 0 . --fix",
20
"fmt": "prettier --check .",
21
"fmt:fix": "prettier --write ."
22
},
0 commit comments