Skip to content

Commit

Permalink
fix(deps): bump @typescript-eslint/eslint-plugin from 2.24.0 to 2.25.0 (
Browse files Browse the repository at this point in the history
#608)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.24.0 to 2.25.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.25.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and ybiquitous authored Mar 24, 2020
1 parent 868e143 commit 595e2a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
35 changes: 13 additions & 22 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.24.0",
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.25.0",
"eslint": "6.8.0",
"eslint-find-rules": "3.4.0",
Expand All @@ -45,8 +45,8 @@
"ybiq": "10.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2.23.0 <3",
"@typescript-eslint/parser": ">=2.23.0 <3",
"@typescript-eslint/eslint-plugin": ">=2.25.0 <3",
"@typescript-eslint/parser": ">=2.25.0 <3",
"eslint": ">=6.8.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 @@ -9,6 +9,7 @@ module.exports = {
"@typescript-eslint/array-type": "off",
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/class-literal-property-style": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"default-param-last": "off",
"@typescript-eslint/default-param-last": "error", // eslint-disable-line sort-keys
Expand Down

0 comments on commit 595e2a7

Please sign in to comment.