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 f299759 commit faa51b5Copy full SHA for faa51b5
package.json
@@ -41,7 +41,7 @@
41
"prepublishOnly": "safe-publish-latest",
42
"prepublish": "not-in-publish || npm run prepublishOnly",
43
"prelint": "eclint check",
44
- "lint": "eslint .",
+ "lint": "eslint . bin/*",
45
"pretest": "npm run lint",
46
"test": "npm run tests-only",
47
"posttest": "aud --production",
0 commit comments