Skip to content

Commit

Permalink
deps: drop eslint@7 support
Browse files Browse the repository at this point in the history
This needs to be done to support ES2018 environment.

BREAKING CHANGES:

* `eslint@7` is no longer supported. Upgrade to `eslint@8` to use the plugin.
  • Loading branch information
barmac authored and fake-join[bot] committed Sep 13, 2022
1 parent 70925e1 commit 9b4aedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 14, 16 ]
eslint-version: [ '', 7 ]
eslint-version: [ '' ]

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 @@ -30,7 +30,7 @@
"eslint": "^8.22.0"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
"eslint": "^8.0.0"
},
"files": [
"configs",
Expand Down

0 comments on commit 9b4aedc

Please sign in to comment.