We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadf0eb commit a0ae4edCopy full SHA for a0ae4ed
.github/workflows/CI.yml
@@ -28,12 +28,8 @@ jobs:
28
matrix:
29
node: [18, 20]
30
os: [ubuntu-latest]
31
- eslint: [8]
+ eslint: [8, 9]
32
include:
33
- # On next ESLint version
34
- - eslint: ^9.0.0-0
35
- node: 20
36
- os: ubuntu-latest
37
# On old Node version
38
- eslint: 8
39
node: 17
package.json
@@ -52,7 +52,7 @@
52
"node": "^14.17.0 || >=16.0.0"
53
},
54
"peerDependencies": {
55
- "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
+ "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
56
57
"dependencies": {
58
"@eslint-community/eslint-utils": "^4.4.0",
0 commit comments