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:
authorGar <gar+gh@danger.computer>2021-06-04 17:11:41 +0300
committerGar <gar+gh@danger.computer>2021-06-10 20:09:03 +0300
commitf130a81d62bf4f540ab252a09ff5a618827f9265 (patch)
treeae41e2ddd68a09bf486c96375ee5c80e2d842934 /package.json
parent26d00c47785dfb300eab6a926f9d7c4d566776b1 (diff)
fix(linting): add scripts, docs, smoke-tests
There is code in all of these places we control so it should be linted PR-URL: https://github.com/npm/cli/pull/3367 Credit: @wraithgar Close: #3367 Reviewed-by: @isaacs
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 3f54979cb..822bbb7d6 100644
--- a/package.json
+++ b/package.json
@@ -204,7 +204,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",
+ "lint": "npm run eslint -- test/lib test/bin lib scripts docs smoke-tests",
"lintfix": "npm run lint -- --fix",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "bash scripts/resetdeps.sh",