Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-05-13 00:28:18 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-05-13 22:17:46 +0300
commit9c46a0aabeee5468f3530139d4c8527966814ec7 (patch)
tree0daf0fe5ec9f713f46471ad6d12f666fb92f99c8 /package.json
parentb551c6811251dbc901f47fea3c137f93e205a9e4 (diff)
fix: lint all files in lib/ folder
PR-URL: https://github.com/npm/cli/pull/3237 Credit: @ruyadorno Close: #3237 Reviewed-by: @wraithgar
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 03ca369e4..9fe4338ef 100644
--- a/package.json
+++ b/package.json
@@ -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",