Skip to content

Commit 466cdc6

Browse files
committed
wip: clarify comment and change version range for eslint
1 parent d7d3b71 commit 466cdc6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
package-lock = false
2-
legacy-peer-deps = true # TODO: Remove this line after ESLint v10 is released.
2+
# TODO: We need to keep `legacy-peer-deps` until all sub-dependencies of `eslint-config-eslint` support ESLint v10.
3+
# Removing it too early could cause `npm install` to fail.
4+
legacy-peer-deps = true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"devDependencies": {
9292
"c8": "^10.1.3",
9393
"dedent": "^1.5.3",
94-
"eslint": ">=10.0.0-alpha.0 <10.0.0 || ^10.0.1",
94+
"eslint": ">=10.0.0-alpha.0 <10.0.0 || ^10.0.0",
9595
"eslint-config-eslint": "^13.0.0",
9696
"eslint-plugin-eslint-plugin": "^6.3.2",
9797
"globals": "^16.5.0",

0 commit comments

Comments
 (0)