Skip to content

Commit

Permalink
feat(typescript): change settings of explicit-function-return-type (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Sep 10, 2019
1 parent d25cd2c commit 1a56123
Showing 1 changed file with 1 addition and 0 deletions.
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/consistent-type-definitions": "off",
"@typescript-eslint/explicit-function-return-type": ["error", { allowExpressions: true }],
"@typescript-eslint/explicit-member-accessibility": ["error", { accessibility: "no-public" }],
"@typescript-eslint/generic-type-naming": "off",
"@typescript-eslint/member-naming": "off",
Expand Down

0 comments on commit 1a56123

Please sign in to comment.