Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 2.13.0 to 2.15…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] and ybiquitous committed Jan 7, 2020
1 parent 35a29fa commit 2d931a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 26 deletions.
34 changes: 11 additions & 23 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.13.0",
"@typescript-eslint/eslint-plugin": "2.15.0",
"@typescript-eslint/parser": "2.15.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.13.0 <3",
"@typescript-eslint/parser": ">=2.13.0 <3",
"@typescript-eslint/eslint-plugin": ">=2.15.0 <3",
"@typescript-eslint/parser": ">=2.15.0 <3",
"eslint": ">=6.7.0 <7",
"prettier": ">=1.19.1 <2",
"typescript": ">=3.7.2 <4"
Expand Down
1 change: 1 addition & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-for-in-array": "off",
"@typescript-eslint/no-implied-eval": "off",
"@typescript-eslint/no-magic-numbers": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-parameter-properties": "off",
Expand Down

0 comments on commit 2d931a4

Please sign in to comment.