Skip to content

Commit

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

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 Dec 21, 2020
1 parent 52fefb5 commit 0810cb0
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 55 deletions.
102 changes: 51 additions & 51 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.9.1",
"@typescript-eslint/parser": "4.9.1",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"eslint": "7.15.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.8.1 <5.0.0",
"@typescript-eslint/parser": ">=4.8.1 <5.0.0",
"@typescript-eslint/eslint-plugin": ">=4.10.0 <5.0.0",
"@typescript-eslint/parser": ">=4.10.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 @@ -75,6 +75,7 @@ module.exports = {
"@typescript-eslint/no-use-before-define": "off", // eslint-disable-line sort-keys
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "error", // eslint-disable-line sort-keys
"@typescript-eslint/non-nullable-type-assertion-style": "warn",
"@typescript-eslint/prefer-as-const": "error",
"@typescript-eslint/prefer-enum-initializers": "error",
"@typescript-eslint/prefer-for-of": "error",
Expand Down

0 comments on commit 0810cb0

Please sign in to comment.