Skip to content

Commit 657ed01

Browse files
authored
feat: support ESLint v9 (#928)
1 parent 9a4d7e9 commit 657ed01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"typescript": "5.0.4"
9090
},
9191
"peerDependencies": {
92-
"eslint": "^7.5.0 || ^8.0.0"
92+
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
9393
},
9494
"engines": {
9595
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",

0 commit comments

Comments
 (0)