Skip to content

Commit daea460

Browse files
committed
fix: allow pre-releases of ESLint 9
Fixes #183
1 parent 6a7a3f3 commit daea460

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
@@ -71,7 +71,7 @@
7171
"warun": "^1.0.0"
7272
},
7373
"peerDependencies": {
74-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
74+
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || >=9.0.0-0"
7575
},
7676
"engines": {
7777
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"

0 commit comments

Comments
 (0)