Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 2.12.0 to 2.13…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and ybiquitous committed Dec 24, 2019
1 parent 8fe7bc0 commit 4e9444a
Show file tree
Hide file tree
Showing 3 changed files with 17 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.12.0",
"@typescript-eslint/eslint-plugin": "2.13.0",
"@typescript-eslint/parser": "2.13.0",
"eslint": "6.8.0",
"eslint-find-rules": "3.4.0",
Expand All @@ -45,8 +45,8 @@
"ybiq": "9.1.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2.9.0 <3",
"@typescript-eslint/parser": ">=2.9.0 <3",
"@typescript-eslint/eslint-plugin": ">=2.13.0 <3",
"@typescript-eslint/parser": ">=2.13.0 <3",
"eslint": ">=6.7.0 <7",
"prettier": ">=1.19.1 <2",
"typescript": ">=3.7.2 <4"
Expand Down
3 changes: 3 additions & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ module.exports = {
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/no-dynamic-delete": "warn",
"@typescript-eslint/no-extra-non-null-assertion": "error",
"no-extra-semi": "off",
"@typescript-eslint/no-extra-semi": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-for-in-array": "off",
"@typescript-eslint/no-magic-numbers": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-parameter-properties": "off",
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/no-throw-literal": "off",
"@typescript-eslint/no-type-alias": "off",
"@typescript-eslint/no-unnecessary-condition": "off",
"@typescript-eslint/no-unnecessary-qualifier": "off",
Expand Down

0 comments on commit 4e9444a

Please sign in to comment.