Change eslint indentation rule for var, let and const
This commit is contained in:
parent
77059f11c4
commit
f45e5922ee
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
"id-blacklist": 0,
|
||||
"id-length": 0,
|
||||
"id-match": 0,
|
||||
"indent": [2, 2, {"SwitchCase": 1}],
|
||||
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": {"var": 2, "let": 2, "const": 3}}],
|
||||
"init-declarations": 0,
|
||||
"jsx-quotes": 0,
|
||||
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
|
||||
|
|
|
|||
Loading…
Reference in a new issue