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-11-08 17:59:24 +0300
committerGar <gar+gh@danger.computer>2021-11-08 19:38:14 +0300
commit203fedf5b1eba78b76ebacbda88f215caabea6ca (patch)
treea40042dc0e0f1b272559911335aac843dec96ede /package.json
parent225645420cf3d13bc0b0d591f7f7bf21a9c24e47 (diff)
chore: eslint@8.0.0 @npmcli/eslint-config@2.0.0
* Update to eslint@8 and and @npmcli/eslint-config@2.0.0 * Remove eslint-plugin-node. Also remove an unused script that was failing linting. We don't use the update-dist-tags script anymore as part of our release process. PR-URL: https://github.com/npm/cli/pull/4016 Credit: @wraithgar Close: #4016 Reviewed-by: @lukekarrys
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 78c19a899..02ee5c387 100644
--- a/package.json
+++ b/package.json
@@ -198,9 +198,8 @@
"write-file-atomic"
],
"devDependencies": {
- "@npmcli/eslint-config": "^1.0.2",
- "eslint": "^7.31.0",
- "eslint-plugin-node": "^11.1.0",
+ "@npmcli/eslint-config": "^2.0.0",
+ "eslint": "^8.2.0",
"licensee": "^8.2.0",
"spawk": "^1.7.1",
"tap": "^15.0.9"