Update Switch-Case indent rule

This commit is contained in:
Michael 2023-09-13 04:00:15 -04:00
parent 25346f9ab2
commit 0e88fe0fce

View file

@ -16,7 +16,7 @@
"curly": ["error", "multi-line", "consistent"],
"dot-location": ["error", "property"],
"handle-callback-err": "off",
"indent": ["error", 4],
"indent": ["error", 4, { "SwitchCase": 1 }],
"keyword-spacing": "error",
"max-nested-callbacks": ["error", { "max": 4 }],
"max-statements-per-line": ["error", { "max": 2 }],