Skip to content

Commit

Permalink
breaking: drop support for ESLint v6
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 19, 2022
1 parent dc3f5e5 commit 79e9b05
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/) `10.* || 12.* || >= 14`

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

0 comments on commit 79e9b05

Please sign in to comment.