Skip to content

Commit 9b30134

Browse files
feat!: Require eslint@^8.38, drop support for [email protected] (#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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)