aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-22 23:59:40 +0300
committerValentin Popov <info@valentineus.link>2020-06-22 23:59:40 +0300
commit700b1ff70454d4fdc0b4d8bb0d1c1d867cf4db01 (patch)
treefa06c4c85a7b73193182a0edcd2305902d0812c1
parent5a6483ec98e48dbe00a839c188a22029b25385f5 (diff)
downloadeslint-config-700b1ff70454d4fdc0b4d8bb0d1c1d867cf4db01.tar.xz
eslint-config-700b1ff70454d4fdc0b4d8bb0d1c1d867cf4db01.zip
Fixed "@typescript-eslint/typedef"
Signed-off-by: Valentin Popov <info@valentineus.link>
-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
+}