Skip to content

Commit

Permalink
feat: drop ESLint v5 support (#9)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires ESLint@>=6
  • Loading branch information
MichaelDeBoey committed Nov 26, 2022
1 parent e80fcab commit ec558b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,10 @@ jobs:
- eslint: 6
node: 18
os: ubuntu-latest
# - eslint: 5
# node: 18
# os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
# - eslint: 5.0.0
# node: 12.22.0
# os: ubuntu-latest
- eslint: 6.0.0
node: 12.22.0
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: 🛑 Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": ">=5"
"eslint": ">=6"
},
"scripts": {
"prebuild": "npm run -s clean",
Expand Down

0 comments on commit ec558b5

Please sign in to comment.