This commit is contained in:
Bill Thornton 2020-07-21 23:30:50 -04:00
parent 93cfca9efa
commit f3a3647c79

View File

@ -43,7 +43,7 @@
"comma-dangle": ["error", "never"],
"comma-spacing": ["error"],
"eol-last": ["error"],
"indent": ["error", 2, { "SwitchCase": 1 }],
"indent": ["error", "tab", { "SwitchCase": 1 }],
"keyword-spacing": ["error"],
"max-statements-per-line": ["error"],
"no-floating-decimal": ["error"],