aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 20:06:43 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 20:06:43 +0300
commit98f096b481b7fe57359c79bf635f8edd2845d540 (patch)
treef68c77b2a83826fb05c2e1d77b46a6aa0e045eaa
parent937a2257f801f784ab03719abf6875612d9649f0 (diff)
downloadeslint-config-98f096b481b7fe57359c79bf635f8edd2845d540.tar.xz
eslint-config-98f096b481b7fe57359c79bf635f8edd2845d540.zip
fix(eslint): indent
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--src/rules/javascript/default.json2
1 files changed, 1 insertions, 1 deletions
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": [],