diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 133bd67e71651d..5e025301fe8a62 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -101,7 +101,7 @@ rules: func-call-spacing: error func-name-matching: error func-style: [error, declaration, {allowArrowFunctions: true}] - # indent: [error, error, {ArrayExpression: first, + # indent: [error, 2, {ArrayExpression: first, # CallExpression: {arguments: first}, # FunctionDeclaration: {parameters: first}, # FunctionExpression: {parameters: first},