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 f2d5060 commit 8dca56dCopy full SHA for 8dca56d
package.json
@@ -10,6 +10,7 @@
10
"scripts": {
11
"eslint": "eslint index.js",
12
"format": "eslint --fix index.js && prettier --write index.js",
13
+ "lint": "eslint --report-unused-disable-directives --max-warnings 0 index.js && prettier --check index.js",
14
"start": "node index.js"
15
},
16
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
0 commit comments