Open
Description
Indentation for switch cases defaults to 0. Our rule should be the following to enforce four spaces.
'indent': ['error', 4, { SwitchCase: 1 }]
Indentation for switch cases defaults to 0. Our rule should be the following to enforce four spaces.
'indent': ['error', 4, { SwitchCase: 1 }]