diff --git a/index.js b/index.js index 0e09497..fbb1532 100644 --- a/index.js +++ b/index.js @@ -83,7 +83,8 @@ module.exports = { '@typescript-eslint/explicit-function-return-type': [ 'error', { - allowExpressions: true + allowExpressions: true, + allowTypedFunctionExpressions: true } ], '@typescript-eslint/generic-type-naming': [