Skip to content

Commit a5eaa9c

Browse files
authored
fix: explicitly support ESLint 9.0.0 pre-releases (mysticatea#200)
Fixes eslint-community#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

Lines changed: 1 addition & 1 deletion
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)