Skip to content

Commit 9b30134

Browse files
authoredJun 27, 2023
feat!: Require eslint@^8.38, drop support for eslint@7.x (#376)
1 parent 1c5935b commit 9b30134

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828

2929
- run: npm ci
3030
- run: npm run test:unit
31-
- run: npm install --save-dev eslint@7 && npm run test:unit
3231

3332
- name: Coveralls
3433
uses: coverallsapp/github-action@master

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typescript": "^5.0.4"
5050
},
5151
"peerDepencencies": {
52-
"eslint": ">=7.0.0 <9.0.0"
52+
"eslint": ">=8.38.0 <9.0.0"
5353
},
5454
"repository": {
5555
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.