Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 2.26.0 to 2.27…
Browse files Browse the repository at this point in the history
….0 (#615)
  • Loading branch information
dependabot-preview[bot] authored Apr 13, 2020
1 parent ad78109 commit ca10615
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
28 changes: 14 additions & 14 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.26.0",
"@typescript-eslint/eslint-plugin": "2.27.0",
"@typescript-eslint/parser": "2.27.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.25.0 <3",
"@typescript-eslint/parser": ">=2.25.0 <3",
"@typescript-eslint/eslint-plugin": ">=2.27.0 <3",
"@typescript-eslint/parser": ">=2.27.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 @@ -17,6 +17,7 @@ module.exports = {
"@typescript-eslint/explicit-member-accessibility": ["error", { accessibility: "no-public" }],
"@typescript-eslint/explicit-module-boundary-types": "warn",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/method-signature-style": "error",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-base-to-string": "off",
"no-dupe-class-members": "off",
Expand Down

0 comments on commit ca10615

Please sign in to comment.