Skip to content

Commit bd3d512

Browse files
committed
lint: add rule for the project whitespace style
1 parent 337fb4d commit bd3d512

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": [2, 2, { "VariableDeclarator": 2, "SwitchCase": 1 }],
89
"no-cond-assign": 2,
910
"no-constant-condition": 2,
1011
"no-control-regex": 2,

0 commit comments

Comments
 (0)