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 22781a7 commit 5d78810Copy full SHA for 5d78810
package.json
@@ -5,7 +5,7 @@
5
"build": "tsc",
6
"start": "node ./dist/index.js",
7
"test": "jest",
8
- "lint": "eslint src/**/*",
+ "lint": "eslint src/**/* --max-warnings=0",
9
"format": "prettier . --check"
10
},
11
"devDependencies": {
0 commit comments