Enforce switch colon spacing
This commit is contained in:
parent
2c5491e131
commit
0997b319a3
|
@ -43,5 +43,6 @@
|
||||||
"space-before-function-paren": ["error", { "anonymous": "always",
|
"space-before-function-paren": ["error", { "anonymous": "always",
|
||||||
"named": "never",
|
"named": "never",
|
||||||
"asyncArrow": "always" }],
|
"asyncArrow": "always" }],
|
||||||
|
"switch-colon-spacing": ["error"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue