fix(eslint): indent

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

View File

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