Skip to content

Commit

Permalink
feat: support ESLint 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Dec 18, 2021
1 parent 8dd426a commit 5e5a4e0
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 394 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
main:
strategy:
matrix:
eslint: [7]
eslint: [7, 8]
node: [12.22.0, 12, 14.17.0, 14, 16]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5e5a4e0

Please sign in to comment.