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.
eclint
1 parent d6e0871 commit e538c8aCopy full SHA for e538c8a
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"prepublishOnly": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
18
"prepublish": "not-in-publish || npm run prepublishOnly",
19
- "prelint": "eclint check $(git ls-files | grep -vE 'node_modules|\\.git')",
+ "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
20
"lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc .",
21
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
22
"tests-only": "tape test/*.js",
0 commit comments