Skip to content

Commit 86d81ee

Browse files
committed
feat: support ESLint 8.x
1 parent 3f5520f commit 86d81ee

File tree

3 files changed

+310
-394
lines changed

3 files changed

+310
-394
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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)