mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Expect switch case to be one level deeper than the switch
This commit is contained in:
parent
39d1680e69
commit
1a73daabbe
1 changed files with 1 additions and 1 deletions
2
eslintrc
2
eslintrc
|
@ -86,7 +86,7 @@
|
|||
"comma-spacing": [ "warn" ],
|
||||
"comma-style": [ "warn" ],
|
||||
"computed-property-spacing": [ "warn" ],
|
||||
"indent": [ "warn" ],
|
||||
"indent": [ "warn", { "SwitchCase": 1 } ],
|
||||
"key-spacing": [ "warn", { "align": "value" } ],
|
||||
"keyword-spacing": [ "warn" ],
|
||||
"linebreak-style": [ "warn" ],
|
||||
|
|
Loading…
Reference in a new issue