@@ -102,17 +102,17 @@ rules:
102
102
func-name-matching : error
103
103
func-style : [error, declaration, {allowArrowFunctions: true}]
104
104
# 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}]
111
111
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}]
116
116
key-spacing : [error, {mode: minimum}]
117
117
keyword-spacing : error
118
118
linebreak-style : [error, unix]
0 commit comments