Skip to content

Commit 57693be

Browse files
feat: support ESLint v9 (#68)
1 parent fc6c931 commit 57693be

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
@@ -65,7 +65,7 @@
6565
"warun": "^1.0.0"
6666
},
6767
"peerDependencies": {
68-
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
68+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
6969
},
7070
"engines": {
7171
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"

0 commit comments

Comments
 (0)