@@ -102,17 +102,17 @@ rules:
102102 func-name-matching : error
103103 func-style : [error, declaration, {allowArrowFunctions: true}]
104104 # indent: [error, 2, {ArrayExpression: first,
105- # CallExpression: {arguments: first},
106- # FunctionDeclaration: {parameters: first},
107- # FunctionExpression: {parameters: first},
108- # MemberExpression: off,
109- # ObjectExpression: first,
110- # SwitchCase: 1}]
105+ # CallExpression: {arguments: first},
106+ # FunctionDeclaration: {parameters: first},
107+ # FunctionExpression: {parameters: first},
108+ # MemberExpression: off,
109+ # ObjectExpression: first,
110+ # SwitchCase: 1}]
111111 indent-legacy : [error, 2, {ArrayExpression: first,
112- CallExpression : {arguments: first},
113- MemberExpression : 1,
114- ObjectExpression : first,
115- SwitchCase : 1}]
112+ CallExpression : {arguments: first},
113+ MemberExpression : 1,
114+ ObjectExpression : first,
115+ SwitchCase : 1}]
116116 key-spacing : [error, {mode: minimum}]
117117 keyword-spacing : error
118118 linebreak-style : [error, unix]
0 commit comments