Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 2.7.0 to 2.8.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and ybiquitous committed Nov 20, 2019
1 parent bf08ebe commit c94496c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 16 deletions.
57 changes: 42 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">=10"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-compat": "^3.3.0",
Expand Down
3 changes: 3 additions & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"@typescript-eslint/generic-type-naming": "off",
"@typescript-eslint/member-naming": "off",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/no-dynamic-delete": "warn",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-for-in-array": "off",
Expand All @@ -26,6 +27,7 @@ module.exports = {
"@typescript-eslint/no-unnecessary-qualifier": "off",
"@typescript-eslint/no-unnecessary-type-arguments": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-untyped-public-signature": "warn",
"no-unused-expressions": "off",
"@typescript-eslint/no-unused-expressions": "error", // eslint-disable-line sort-keys
"no-useless-constructor": "off",
Expand All @@ -40,6 +42,7 @@ module.exports = {
"@typescript-eslint/require-array-sort-compare": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/typedef": "off",
"@typescript-eslint/unbound-method": "off",
Expand Down

0 comments on commit c94496c

Please sign in to comment.