Skip to content

Commit

Permalink
chore: fix eslint version range
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Aug 6, 2024
1 parent 69f690c commit fe5c480
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 @@ -60,7 +60,7 @@
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": ">=9",
"eslint": "^8.34.0 || >=9.0.0",
"eslint-plugin-mocha": "^10.3.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit fe5c480

Please sign in to comment.