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