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 6, 2021
1 parent cc98881 commit c57e930
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 236 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 c57e930

Please sign in to comment.