Skip to content

Commit

Permalink
breaking: drop support for ESLint v6 (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored Jul 19, 2022
1 parent e1ca90e commit 48110fb
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@6 && 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/) `>= 6`
- [ESLint](https://eslint.org/) `>= 7`
- [Node.js](https://nodejs.org/) `14.* || 16.* || >= 18`

## 🚀 Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"sort-package-json": "^1.52.0"
},
"peerDependencies": {
"eslint": ">= 6"
"eslint": ">= 7"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down

0 comments on commit 48110fb

Please sign in to comment.