Enforce switch colon spacing

This commit is contained in:
Pierre Ossman 2018-09-06 17:36:48 +02:00
parent 2c5491e131
commit 0997b319a3
1 changed files with 1 additions and 0 deletions

View File

@ -43,5 +43,6 @@
"space-before-function-paren": ["error", { "anonymous": "always",
"named": "never",
"asyncArrow": "always" }],
"switch-colon-spacing": ["error"],
}
}