Skip to content

Commit

Permalink
fix: explicitly support ESLint 9.0.0 pre-releases (#200)
Browse files Browse the repository at this point in the history
Fixes #197 using the solution from eslint-community/eslint-utils#206
  • Loading branch information
voxpelli authored Mar 10, 2024
1 parent b7c6409 commit a5eaa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"configs/"
],
"peerDependencies": {
"eslint": ">=8.23.0"
"eslint": "^8.23.0 || >=9.0.0-0"
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
Expand Down

0 comments on commit a5eaa9c

Please sign in to comment.