diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 20:07:18 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 20:07:18 +0300 |
commit | a2f1c52972053d0a1ab0f7bdae87010fb2c465c9 (patch) | |
tree | 6d0736b235d5ec309248e375a799cd9d915381e7 | |
parent | 98f096b481b7fe57359c79bf635f8edd2845d540 (diff) | |
download | eslint-config-a2f1c52972053d0a1ab0f7bdae87010fb2c465c9.tar.xz eslint-config-a2f1c52972053d0a1ab0f7bdae87010fb2c465c9.zip |
fix(typescript): indent
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | src/rules/typescript/default.json | 2 |
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": [], |