Skip to content

Commit

Permalink
feat: update to eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 23, 2021
1 parent f7873fd commit 729e217
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
eslint: [7]
eslint: [7, 8]
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
192 changes: 93 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"jsx",
"node"
],
"moduleNameMapper": {
"eslint/use-at-your-own-risk": "eslint/lib/unsupported-api.js"
},
"resetMocks": true,
"restoreMocks": true,
"testEnvironment": "node",
Expand All @@ -65,7 +68,7 @@
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.21.0",
"eslint": "^8.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-config": "^2.0.0",
"eslint-plugin-flowtype": "^6.0.0",
Expand Down

0 comments on commit 729e217

Please sign in to comment.