From 98f096b481b7fe57359c79bf635f8edd2845d540 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 21:06:43 +0400 Subject: fix(eslint): indent Signed-off-by: Valentin Popov --- src/rules/javascript/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rules/javascript/default.json b/src/rules/javascript/default.json index 1ca2593..7c973a3 100644 --- a/src/rules/javascript/default.json +++ b/src/rules/javascript/default.json @@ -111,7 +111,7 @@ "MemberExpression": 1, "ObjectExpression": 1, "SwitchCase": 1, - "VariableDeclarator": "first", + "VariableDeclarator": 1, "flatTernaryExpressions": true, "ignoreComments": false, "ignoredNodes": [], -- cgit v1.2.3