We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
1 parent d7d3b71 commit 466cdc6Copy full SHA for 466cdc6
.npmrc
@@ -1,2 +1,4 @@
1
package-lock = false
2
-legacy-peer-deps = true # TODO: Remove this line after ESLint v10 is released.
+# 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
@@ -91,7 +91,7 @@
91
"devDependencies": {
92
"c8": "^10.1.3",
93
"dedent": "^1.5.3",
94
- "eslint": ">=10.0.0-alpha.0 <10.0.0 || ^10.0.1",
+ "eslint": ">=10.0.0-alpha.0 <10.0.0 || ^10.0.0",
95
"eslint-config-eslint": "^13.0.0",
96
"eslint-plugin-eslint-plugin": "^6.3.2",
97
"globals": "^16.5.0",
0 commit comments