diff --git a/rules/typescript.js b/rules/typescript.js index 61f6a891..f6e1ecbc 100644 --- a/rules/typescript.js +++ b/rules/typescript.js @@ -8,13 +8,7 @@ module.exports = { '@typescript-eslint/ban-ts-ignore': ['off'], '@typescript-eslint/camelcase': ['error'], '@typescript-eslint/class-name-casing': ['error'], - '@typescript-eslint/explicit-function-return-type': [ - 'error', - { - allowExpressions: true, - allowTypedFunctionExpressions: true, - }, - ], + '@typescript-eslint/explicit-function-return-type': ['off'], '@typescript-eslint/explicit-member-accessibility': ['error'], '@typescript-eslint/generic-type-naming': ['error', '^T[A-Z][a-zA-Z]+$'], '@typescript-eslint/indent': ['off'],