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.
1 parent 4d17233 commit be92fe0Copy full SHA for be92fe0
.changeset/nine-pans-press.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-import-x": patch
3
4
+
5
+feat: use eslint-compat-utils to support eslint v9 (not flat config yet)
package.json
@@ -45,7 +45,7 @@
45
"watch": "yarn test --watch"
46
},
47
"peerDependencies": {
48
- "eslint": "^7.2.0 || ^8"
+ "eslint": "^7.2.0 || ^8 || ^9.0.0-0"
49
50
"dependencies": {
51
"@typescript-eslint/utils": "^5.62.0",
0 commit comments