Skip to content

Commit

Permalink
fix(deps): bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.12.0 (
Browse files Browse the repository at this point in the history
#855)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Jan 11, 2021
1 parent 235a2c7 commit 2670afe
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 58 deletions.
114 changes: 60 additions & 54 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"eslint-plugin-react-hooks": "^4.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"@typescript-eslint/eslint-plugin": "4.12.0",
"@typescript-eslint/parser": "4.12.0",
"eslint": "7.17.0",
"eslint-find-rules": "3.6.1",
"eslint-plugin-jest": "24.1.3",
Expand All @@ -43,8 +43,8 @@
"ybiq": "11.6.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.10.0 <5.0.0",
"@typescript-eslint/parser": ">=4.10.0 <5.0.0",
"@typescript-eslint/eslint-plugin": ">=4.12.0 <5.0.0",
"@typescript-eslint/parser": ">=4.12.0 <5.0.0",
"eslint": ">=7.15.0 <8.0.0"
},
"peerDependenciesMeta": {
Expand Down
1 change: 1 addition & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module.exports = {
"@typescript-eslint/restrict-template-expressions": "warn",
"no-return-await": "off",
"@typescript-eslint/return-await": "error", // eslint-disable-line sort-keys
"@typescript-eslint/sort-type-union-intersection-members": "off",
"@typescript-eslint/strict-boolean-expressions": "error",
"@typescript-eslint/switch-exhaustiveness-check": "warn",
"@typescript-eslint/typedef": "off",
Expand Down

0 comments on commit 2670afe

Please sign in to comment.