From 700b1ff70454d4fdc0b4d8bb0d1c1d867cf4db01 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 23 Jun 2020 00:59:40 +0400 Subject: Fixed "@typescript-eslint/typedef" Signed-off-by: Valentin Popov --- src/rules/typescript/default.json | 4 ++-- 1 file 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 +} -- cgit v1.2.3