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.
npx eslint . --max-warnings=0
1 parent 669b57c commit f6762fdCopy full SHA for f6762fd
package.json
@@ -12,7 +12,7 @@
12
"srv"
13
],
14
"scripts": {
15
- "lint": "npx eslint .",
+ "lint": "npx eslint . --max-warnings=0",
16
"test": "npx jest --silent"
17
},
18
"peerDependencies": {
0 commit comments