We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prelint
1 parent 606c62c commit b9959f8Copy full SHA for b9959f8
package.json
@@ -65,7 +65,7 @@
65
"scripts": {
66
"prepublishOnly": "safe-publish-latest",
67
"prepublish": "!(type not-in-publish) || not-in-publish || npm run prepublishOnly",
68
- "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
+ "prelint": "eclint check $(git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js')",
69
"lint": "eslint --ext .js,.cjs,.mjs . bin/*",
70
"pretest": "npm run lint",
71
"test": "npm run tests-only",
0 commit comments