Skip to content

Commit 0bfa254

Browse files
authored
Drop support for ESLint 7 (#1967)
1 parent 2310ead commit 0bfa254

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ jobs:
3535
- run: yarn update && git diff --exit-code
3636

3737
- run: yarn test:coverage --runInBand
38-
39-
- run: yarn add --dev eslint@7 && yarn test --runInBand

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
## ❗️Requirements
1010

11-
- [ESLint](https://eslint.org/) `>= 7`
11+
- [ESLint](https://eslint.org/) `>= 8`
1212
- [Node.js](https://nodejs.org/) `18.* || 20.* || >= 21`
1313

1414
## 🚀 Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"typescript": "^5.0.2"
111111
},
112112
"peerDependencies": {
113-
"eslint": ">= 7"
113+
"eslint": ">= 8"
114114
},
115115
"engines": {
116116
"node": "18.* || 20.* || >= 21"

0 commit comments

Comments
 (0)