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.
npm run lint
1 parent bf26a52 commit d8478dcCopy full SHA for d8478dc
package.json
@@ -30,7 +30,7 @@
30
"changelog": "node resources/gen-changelog.js",
31
"benchmark": "node benchmark/benchmark.js",
32
"test": "npm run lint && npm run check && npm run testonly && npm run prettier:check && npm run check:spelling && npm run check:integrations",
33
- "lint": "eslint --cache .",
+ "lint": "eslint --cache --max-warnings 0 .",
34
"check": "tsc --pretty",
35
"testonly": "mocha --full-trace src/**/__tests__/**/*-test.ts",
36
"testonly:cover": "nyc npm run testonly",
0 commit comments