Skip to content

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ module.exports = {
8383
'@typescript-eslint/explicit-function-return-type': [
8484
'error',
8585
{
86-
allowExpressions: true
86+
allowExpressions: true,
87+
allowTypedFunctionExpressions: true
8788
}
8889
],
8990
'@typescript-eslint/generic-type-naming': [

0 commit comments

Comments
 (0)