Fix switch rule

This commit is contained in:
Bryan Ashby 2016-08-03 22:36:35 -06:00
parent b12d9aad04
commit f024527db1
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@
"rules": {
"indent": [
"error",
"tab"
"tab",
{
"SwitchCase" : 1
}
],
"linebreak-style": [
"error",