Skip to content

Commit a0ae4ed

Browse files
committed
Allow ESLint v9 as peer dependency
1 parent eadf0eb commit a0ae4ed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ jobs:
2828
matrix:
2929
node: [18, 20]
3030
os: [ubuntu-latest]
31-
eslint: [8]
31+
eslint: [8, 9]
3232
include:
33-
# On next ESLint version
34-
- eslint: ^9.0.0-0
35-
node: 20
36-
os: ubuntu-latest
3733
# On old Node version
3834
- eslint: 8
3935
node: 17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"node": "^14.17.0 || >=16.0.0"
5353
},
5454
"peerDependencies": {
55-
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
55+
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
5656
},
5757
"dependencies": {
5858
"@eslint-community/eslint-utils": "^4.4.0",

0 commit comments

Comments
 (0)