Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 2.28.0 to 2.31…
Browse files Browse the repository at this point in the history
….0 (#639)
  • Loading branch information
dependabot-preview[bot] authored May 5, 2020
1 parent 812f86e commit 849c773
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
22 changes: 11 additions & 11 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 @@ -33,7 +33,7 @@
"eslint-restricted-globals": "^0.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.28.0",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"eslint": "6.8.0",
"eslint-find-rules": "3.4.0",
Expand All @@ -45,8 +45,8 @@
"ybiq": "11.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2.28.0 <3",
"@typescript-eslint/parser": ">=2.28.0 <3",
"@typescript-eslint/eslint-plugin": ">=2.31.0 <3",
"@typescript-eslint/parser": ">=2.31.0 <3",
"eslint": ">=6.8.0 <7",
"prettier": ">=1.19.1 <3",
"typescript": ">=3.7.2 <4"
Expand Down
4 changes: 4 additions & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ module.exports = {
"@typescript-eslint/consistent-type-definitions": "off",
"default-param-last": "off",
"@typescript-eslint/default-param-last": "error", // eslint-disable-line sort-keys
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/explicit-function-return-type": ["error", { allowExpressions: true }],
"@typescript-eslint/explicit-member-accessibility": ["error", { accessibility: "no-public" }],
"@typescript-eslint/explicit-module-boundary-types": "warn",
"@typescript-eslint/init-declarations": "off",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/method-signature-style": "error",
"@typescript-eslint/naming-convention": "off",
Expand All @@ -28,6 +30,8 @@ module.exports = {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-for-in-array": "off",
"@typescript-eslint/no-implied-eval": "off",
"@typescript-eslint/no-invalid-this": "off",
"@typescript-eslint/no-invalid-void-type": "error",
"@typescript-eslint/no-magic-numbers": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
Expand Down

0 comments on commit 849c773

Please sign in to comment.