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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 52da311..93a83aa 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -252,7 +252,7 @@
"objectDestructuring": true,
"parameter": true,
"propertyDeclaration": true,
- "variableDeclaration": true,
+ "variableDeclaration": false,
"variableDeclarationIgnoreFunction": false
}
],
@@ -289,4 +289,4 @@
"space-before-function-paren": [
"off"
]
-} \ No newline at end of file
+}