Skip to content

Commit

Permalink
feat: drop ESLint v4 & v5 support (#18)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires ESLint@>=6
  • Loading branch information
MichaelDeBoey committed Jul 29, 2023
1 parent 1d1284e commit bcb493a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,8 @@ jobs:
- eslint: 6
node: 18
os: ubuntu-latest
- eslint: 5
node: 18
os: ubuntu-latest
- eslint: 4
node: 18
os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
- eslint: 4.19.1
- eslint: 6.0.0
node: 12.22.0
os: ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install --save-dev eslint @eslint-community/eslint-plugin-eslint-comments

::: tip Requirements
- Node.js `^12.22.0 || ^14.17.0 || >=16.0.0`
- ESLint `4.19.1` or newer.
- ESLint `^6.0.0 || ^7.0.0`
:::

## 📖 Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib"
],
"peerDependencies": {
"eslint": ">=4.19.1"
"eslint": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
Expand Down

0 comments on commit bcb493a

Please sign in to comment.