Skip to content

Commit

Permalink
[Tests] only run eclint on intended files
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 23, 2021
1 parent 1382486 commit 44b2c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"prepublish": "npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"prelint": "eclint check '**/*'",
"prelint": "eclint check $(git ls-files | grep -vE 'node_modules|\\.git')",
"lint": "eslint --ext=js,mjs .",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
"tests-only": "tape test/*.js",
Expand Down

0 comments on commit 44b2c7c

Please sign in to comment.