summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/typescript/default.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 3c10f32..60fb3f6 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -108,6 +108,18 @@
"before": false
}
],
+ "@typescript-eslint/typedef": [
+ "error",
+ {
+ "arrayDestructuring": true,
+ "arrowParameter": true,
+ "memberVariableDeclaration": true,
+ "objectDestructuring": true,
+ "parameter": true,
+ "propertyDeclaration": true,
+ "variableDeclaration": true
+ }
+ ],
"indent": [
"off"
],