Skip to content

Commit

Permalink
feat: add support for ESLint v8 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Feb 15, 2022
1 parent 68085f8 commit be60e2d
Show file tree
Hide file tree
Showing 3 changed files with 16,773 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
node: [ '12.x', '14.x', '16.x' ]
eslint: [ 7 ]
eslint: [ 7, 8 ]
name: Node ${{ matrix.node }} with ESLint ${{ matrix.eslint }}
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit be60e2d

Please sign in to comment.