Skip to content

Commit c319164

Browse files
committed
lint: indent
1 parent 666222e commit c319164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"rules": {
66
"comma-dangle": [2, "never"],
77
"consistent-return": 2,
8+
"indent": ["error", 2, {"SwitchCase": 1}],
89
"no-cond-assign": 2,
910
"no-constant-condition": 2,
1011
"no-control-regex": 2,

0 commit comments

Comments
 (0)