Skip to content

Commit

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

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 committed Oct 7, 2020
1 parent 47354b1 commit 908bc4a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 89 deletions.
96 changes: 10 additions & 86 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-react-hooks": "^4.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"eslint": "7.10.0",
"eslint-find-rules": "3.6.1",
Expand All @@ -44,8 +44,8 @@
"ybiq": "11.4.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.2.0 <5.0.0",
"@typescript-eslint/parser": ">=4.2.0 <5.0.0",
"@typescript-eslint/eslint-plugin": ">=4.4.0 <5.0.0",
"@typescript-eslint/parser": ">=4.4.0 <5.0.0",
"eslint": ">=7.8.1 <8.0.0"
},
"peerDependenciesMeta": {
Expand Down
3 changes: 3 additions & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-tslint-comment": "off",
"@typescript-eslint/class-literal-property-style": "off",
"@typescript-eslint/consistent-indexed-object-style": "warn",
"@typescript-eslint/consistent-type-assertions": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/consistent-type-imports": "warn",
Expand All @@ -31,6 +32,8 @@ module.exports = {
"@typescript-eslint/no-confusing-non-null-assertion": "error",
"no-dupe-class-members": "off",
"@typescript-eslint/no-dupe-class-members": "error", // eslint-disable-line sort-keys
"no-duplicate-imports": "off",
"@typescript-eslint/no-duplicate-imports": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-dynamic-delete": "warn",
"@typescript-eslint/no-extra-non-null-assertion": "error",
"@typescript-eslint/no-extraneous-class": "error",
Expand Down

0 comments on commit 908bc4a

Please sign in to comment.