Skip to content

Commit

Permalink
fix: allow pre-releases of ESLint 9
Browse files Browse the repository at this point in the history
Fixes #183
  • Loading branch information
voxpelli committed Mar 10, 2024
1 parent 6a7a3f3 commit daea460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || >=9.0.0-0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down

0 comments on commit daea460

Please sign in to comment.