diff --git a/.eslintrc b/.eslintrc index 120bca8d2f3b4b..e03b7865ed5e64 100644 --- a/.eslintrc +++ b/.eslintrc @@ -58,7 +58,7 @@ rules: brace-style: [2, 1tbs, {allowSingleLine: true}] comma-spacing: 2 eol-last: 2 - indent: [2, 2, {SwitchCase: 1}] + indent: [2, 2, {SwitchCase: 1, MemberExpression: 1}] key-spacing: [2, {mode: minimum}] keyword-spacing: 2 linebreak-style: [2, unix]