Skip to content

Commit 7178556

Browse files
feat: drop ESLint v6 & v7 support (#243)
BREAKING CHANGE: Requires ESLint@^8.57.0 || ^9.0.0
1 parent 8ffb50f commit 7178556

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,11 @@ jobs:
6060
eslint: 8
6161
node: 20
6262
# On old ESLint versions
63-
- eslint: 7
64-
node: 20
65-
os: ubuntu-latest
66-
- eslint: 6
63+
- eslint: 8.57.0
6764
node: 20
6865
os: ubuntu-latest
6966
# On the minimum supported ESLint/Node.js version
70-
- eslint: 6.0.0
67+
- eslint: 8.57.0
7168
node: 12.22.0
7269
os: ubuntu-latest
7370
runs-on: ${{ matrix.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"warun": "^1.0.0"
7272
},
7373
"peerDependencies": {
74-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
74+
"eslint": "^8.57.0 || ^9.0.0"
7575
},
7676
"engines": {
7777
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

0 commit comments

Comments
 (0)