aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/typescript/default.json')
-rw-r--r--src/rules/typescript/default.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index a5c0937..64480c8 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -9,6 +9,14 @@
"before": false
}
],
+ "@typescript-eslint/explicit-function-return-type": [
+ "error",
+ {
+ "allowExpressions": false,
+ "allowHigherOrderFunctions": false,
+ "allowTypedFunctionExpressions": false
+ }
+ ],
"@typescript-eslint/indent": [
"error",
"tab",