We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ff991 commit 97934f9Copy full SHA for 97934f9
.eslintrc
@@ -58,7 +58,7 @@ rules:
58
brace-style: [2, 1tbs, {allowSingleLine: true}]
59
comma-spacing: 2
60
eol-last: 2
61
- indent: [2, 2, {SwitchCase: 1}]
+ indent: [2, 2, {SwitchCase: 1, MemberExpression: 1}]
62
key-spacing: [2, {mode: minimum}]
63
keyword-spacing: 2
64
linebreak-style: [2, unix]
0 commit comments