Skip to content

Commit 49ef331

Browse files
committed
feat: support ESLint 7.x
1 parent 5c4a2f6 commit 49ef331

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/CI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
eslint: [6]
31+
eslint: [7]
3232
node: [10, 12, 14, 16]
3333
include:
3434
# On other platforms
@@ -37,6 +37,8 @@ jobs:
3737
- os: macos-latest
3838
node: 16
3939
# On old ESLint versions
40+
- eslint: 6
41+
node: 16
4042
- eslint: 5
4143
node: 16
4244
# On the minimum supported ESLint/Node.js version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@mysticatea/eslint-plugin": "^13.0.0",
2626
"codecov": "^3.8.2",
27-
"eslint": "^6.3.0",
27+
"eslint": "^7.32.0",
2828
"eslint-plugin-node": "file:.",
2929
"fast-glob": "^2.2.7",
3030
"globals": "^11.12.0",

0 commit comments

Comments
 (0)