Skip to content

Commit

Permalink
fix: lint all files in lib/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed May 12, 2021
1 parent 6fb386d commit 302315f
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 @@ -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 302315f

Please sign in to comment.