Skip to content

Commit

Permalink
feat: support eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 23, 2024
1 parent 6ce70cf commit 24587fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
eslint-version: [8.x]
eslint-version: [8.x, 9.x]
webpack-version: [latest]
exclude:
- node-version: 14.x
eslint-version: 9.x
- node-version: 16.x
eslint-version: 9.x

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"types"
],
"peerDependencies": {
"eslint": "^8.0.0",
"eslint": "^8.0.0 || ^9.0.0",
"webpack": "^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 24587fd

Please sign in to comment.