Skip to content

Commit 5e5a4e0

Browse files
committed
feat: support ESLint 8.x
1 parent 8dd426a commit 5e5a4e0

File tree

3 files changed

+310
-394
lines changed

3 files changed

+310
-394
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
main:
77
strategy:
88
matrix:
9-
eslint: [7]
9+
eslint: [7, 8]
1010
node: [12.22.0, 12, 14.17.0, 14, 16]
1111
runs-on: ubuntu-latest
1212
steps:

0 commit comments

Comments
 (0)