Skip to content

Commit

Permalink
feat: support ESLint 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 30, 2021
1 parent 5c4a2f6 commit 49ef331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
eslint: [6]
eslint: [7]
node: [10, 12, 14, 16]
include:
# On other platforms
Expand All @@ -37,6 +37,8 @@ jobs:
- os: macos-latest
node: 16
# On old ESLint versions
- eslint: 6
node: 16
- eslint: 5
node: 16
# On the minimum supported ESLint/Node.js version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@mysticatea/eslint-plugin": "^13.0.0",
"codecov": "^3.8.2",
"eslint": "^6.3.0",
"eslint": "^7.32.0",
"eslint-plugin-node": "file:.",
"fast-glob": "^2.2.7",
"globals": "^11.12.0",
Expand Down

0 comments on commit 49ef331

Please sign in to comment.