Skip to content

Commit fef6b1e

Browse files
amir-rahmaniiASafaeirad
authored andcommitted
fix(typescript): disable explicit-function-return-type rule
1 parent 263094e commit fef6b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/typescript.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function typescript(options = {}) {
4545
{ prefer: 'type-imports', disallowTypeAnnotations: false, fixStyle: 'separate-type-imports' },
4646
],
4747
'@typescript-eslint/default-param-last': 'warn',
48-
'@typescript-eslint/explicit-function-return-type': strict(options, 'warn'),
48+
'@typescript-eslint/explicit-function-return-type': 'off',
4949
'@typescript-eslint/explicit-member-accessibility': 'off',
5050
'@typescript-eslint/explicit-module-boundary-types': 'off',
5151
'@typescript-eslint/generic-type-naming': 'off',

0 commit comments

Comments
 (0)