fix(typescript): indent

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 21:07:18 +04:00
parent 98f096b481
commit a2f1c52972
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -22,7 +22,7 @@
"MemberExpression": 1, "MemberExpression": 1,
"ObjectExpression": 1, "ObjectExpression": 1,
"SwitchCase": 1, "SwitchCase": 1,
"VariableDeclarator": "first", "VariableDeclarator": 1,
"flatTernaryExpressions": true, "flatTernaryExpressions": true,
"ignoreComments": false, "ignoreComments": false,
"ignoredNodes": [], "ignoredNodes": [],