Skip to content

Commit

Permalink
Merge pull request #219 from MichaelDeBoey/eslint-8
Browse files Browse the repository at this point in the history
feat: support ESLint 8.x
  • Loading branch information
xjamundx committed Dec 18, 2021
2 parents 3f5520f + 86d81ee commit ff1ad03
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 ff1ad03

Please sign in to comment.