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:
authorLuke Karrys <luke@lukekarrys.com>2021-11-03 23:49:57 +0300
committerGar <gar+gh@danger.computer>2021-11-04 17:18:36 +0300
commitcad9bc7af21da781c6858f65355ca3fdf4a06404 (patch)
tree6c3941266a2e559b7cc6f1ce1cab8a40bddf2283 /package.json
parentac2fabb8604db0dac852913d61c8415ae7464485 (diff)
chore: lint previously ignored files
PR-URL: https://github.com/npm/cli/pull/3986 Credit: @lukekarrys Close: #3986 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 1e07ffdbd..7735df88a 100644
--- a/package.json
+++ b/package.json
@@ -220,7 +220,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 -- bin docs lib scripts smoke-tests test ./*.js",
"lintfix": "npm run lint -- --fix",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "bash scripts/resetdeps.sh",