Skip to content

Commit bf3cbc4

Browse files
Mike Taylordeepthivenkat
Mike Taylor
authored andcommitted
Issue webcompat#1167. Add indentation rule for switch statements.
1 parent c533ecf commit bf3cbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"comma-dangle": 0,
2929
"curly": [2, "all"],
3030
"eqeqeq": [2, "smart"],
31-
"indent": [2, 2],
31+
"indent": [2, 2, { "SwitchCase": 1 }],
3232
"keyword-spacing": 2,
3333
"linebreak-style": [2, "unix"],
3434
"new-cap": 2,

0 commit comments

Comments
 (0)