Skip to content

Commit

Permalink
fix(lint): remove the rule '@typescript-eslint/explicit-function-retu…
Browse files Browse the repository at this point in the history
…rn-type'
  • Loading branch information
GabeDuarteM committed Apr 5, 2019
1 parent e04c967 commit 880d6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/createConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ module.exports = (isTypescript, isWeb) => {
},
],
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
}

const reactPlugin = isWeb && {
Expand Down

0 comments on commit 880d6eb

Please sign in to comment.