From a2f1c52972053d0a1ab0f7bdae87010fb2c465c9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 21:07:18 +0400 Subject: fix(typescript): indent Signed-off-by: Valentin Popov --- src/rules/typescript/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rules/typescript') diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 0b2fd46..c7cca94 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -22,7 +22,7 @@ "MemberExpression": 1, "ObjectExpression": 1, "SwitchCase": 1, - "VariableDeclarator": "first", + "VariableDeclarator": 1, "flatTernaryExpressions": true, "ignoreComments": false, "ignoredNodes": [], -- cgit v1.2.3