Skip to content

Commit

Permalink
fix: lint all files in lib/ folder
Browse files Browse the repository at this point in the history
PR-URL: #3237
Credit: @ruyadorno
Close: #3237
Reviewed-by: @wraithgar
  • Loading branch information
ruyadorno committed May 13, 2021
1 parent b551c68 commit 9c46a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -205,7 +205,7 @@
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --",
"posttest": "npm run lint",
"eslint": "eslint",
"lint": "npm run eslint -- test/lib test/bin \"lib/**/*.js\"",
"lint": "npm run eslint -- test/lib test/bin lib",
"lintfix": "npm run lint -- --fix",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "bash scripts/resetdeps.sh",
Expand Down

0 comments on commit 9c46a0a

Please sign in to comment.