aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 20:07:18 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 20:07:18 +0300
commita2f1c52972053d0a1ab0f7bdae87010fb2c465c9 (patch)
tree6d0736b235d5ec309248e375a799cd9d915381e7 /src
parent98f096b481b7fe57359c79bf635f8edd2845d540 (diff)
downloadeslint-config-a2f1c52972053d0a1ab0f7bdae87010fb2c465c9.tar.xz
eslint-config-a2f1c52972053d0a1ab0f7bdae87010fb2c465c9.zip
fix(typescript): indent
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/typescript/default.json2
1 files changed, 1 insertions, 1 deletions
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": [],