diff --git a/package.json b/package.json index e14978417a496..41015f44dc880 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,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 ./bin lib scripts docs smoke-tests", + "lint": "npm run eslint -- test/lib test/bin bin lib scripts docs smoke-tests", "lintfix": "npm run lint -- --fix", "prelint": "rimraf test/npm_cache*", "resetdeps": "bash scripts/resetdeps.sh",