Fix switch rule
This commit is contained in:
parent
b12d9aad04
commit
f024527db1
|
@ -7,7 +7,10 @@
|
|||
"rules": {
|
||||
"indent": [
|
||||
"error",
|
||||
"tab"
|
||||
"tab",
|
||||
{
|
||||
"SwitchCase" : 1
|
||||
}
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
|
|
Loading…
Reference in New Issue