Skip to content

Commit a5eaa9c

Browse files
authoredMar 10, 2024··
fix: explicitly support ESLint 9.0.0 pre-releases (#200)
Fixes #197 using the solution from eslint-community/eslint-utils#206
1 parent b7c6409 commit a5eaa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"configs/"
1212
],
1313
"peerDependencies": {
14-
"eslint": ">=8.23.0"
14+
"eslint": "^8.23.0 || >=9.0.0-0"
1515
},
1616
"dependencies": {
1717
"@eslint-community/eslint-utils": "^4.4.0",

0 commit comments

Comments
 (0)
Please sign in to comment.