Skip to content

Commit 6556698

Browse files
committed
feat: drop support for eslint@6
BREAKING CHANGE: Support for ESLint version 6 is removed
1 parent 4c987f5 commit 6556698

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
node-version: [14.x, 16.x, 18.x]
71-
eslint-version: [6, 7, 8]
71+
eslint-version: [7, 8]
7272
runs-on: ubuntu-latest
7373

7474
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
},
142142
"peerDependencies": {
143143
"@typescript-eslint/eslint-plugin": "^5.0.0",
144-
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
144+
"eslint": "^7.0.0 || ^8.0.0"
145145
},
146146
"peerDependenciesMeta": {
147147
"@typescript-eslint/eslint-plugin": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4463,7 +4463,7 @@ __metadata:
44634463
typescript: ^4.4.0
44644464
peerDependencies:
44654465
"@typescript-eslint/eslint-plugin": ^5.0.0
4466-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
4466+
eslint: ^7.0.0 || ^8.0.0
44674467
peerDependenciesMeta:
44684468
"@typescript-eslint/eslint-plugin":
44694469
optional: true

0 commit comments

Comments
 (0)