Skip to content

Commit 84249ec

Browse files
authored
breaking: drop ESLint v6 support (#257)
1 parent 8634d84 commit 84249ec

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/main.yml

-11
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ jobs:
3737
- run: npm install
3838
- run: npm run lint
3939

40-
eslint6:
41-
runs-on: ubuntu-latest
42-
steps:
43-
- uses: actions/checkout@v3
44-
- uses: actions/setup-node@v3
45-
with:
46-
node-version: "18.x"
47-
- run: npm install
48-
- run: npm install --save-dev eslint@6
49-
- run: npm test
50-
5140
eslint7:
5241
runs-on: ubuntu-latest
5342
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"typescript": "^4.4.3"
7171
},
7272
"peerDependencies": {
73-
"eslint": ">=6.0.0"
73+
"eslint": ">=7.0.0"
7474
},
7575
"engines": {
7676
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"

0 commit comments

Comments
 (0)