Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.1 (
Browse files Browse the repository at this point in the history
…#812)

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 Nov 5, 2020
1 parent ed538d1 commit dd4a284
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 67 deletions.
116 changes: 53 additions & 63 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.5.0",
"@typescript-eslint/parser": "4.5.0",
"@typescript-eslint/eslint-plugin": "4.6.1",
"@typescript-eslint/parser": "4.6.1",
"eslint": "7.12.1",
"eslint-find-rules": "3.6.1",
"eslint-plugin-jest": "24.1.0",
Expand All @@ -43,8 +43,8 @@
"ybiq": "11.6.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.4.0 <5.0.0",
"@typescript-eslint/parser": ">=4.4.0 <5.0.0",
"@typescript-eslint/eslint-plugin": ">=4.6.1 <5.0.0",
"@typescript-eslint/parser": ">=4.6.1 <5.0.0",
"eslint": ">=7.8.1 <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 @@ -60,6 +60,7 @@ module.exports = {
"@typescript-eslint/no-unnecessary-condition": "error",
"@typescript-eslint/no-unnecessary-qualifier": "warn",
"@typescript-eslint/no-unnecessary-type-arguments": "error",
"@typescript-eslint/no-unnecessary-type-constraint": "error",
"@typescript-eslint/no-unsafe-assignment": "error",
"@typescript-eslint/no-unsafe-call": "error",
"@typescript-eslint/no-unsafe-member-access": "error",
Expand Down

0 comments on commit dd4a284

Please sign in to comment.