Skip to content

Commit

Permalink
breaking: drop support for ESLint 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Oct 31, 2023
1 parent af3d5c0 commit 5b5412a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ jobs:
- run: yarn update && git diff --exit-code

- run: yarn test:coverage --runInBand

- run: yarn add --dev eslint@7 && yarn test --runInBand
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## ❗️Requirements

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

## 🚀 Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"typescript": "^5.0.2"
},
"peerDependencies": {
"eslint": ">= 7"
"eslint": ">= 8"
},
"engines": {
"node": "18.* || 20.* || >= 21"
Expand Down

0 comments on commit 5b5412a

Please sign in to comment.