Fine tune indent rules

This commit is contained in:
Raymond Hill 2024-09-18 11:32:16 -04:00
parent 11c3a16036
commit b3ffba7238
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -13,9 +13,10 @@ rules:
- 4
- ignoredNodes:
- Program > BlockStatement
- Program > IfStatement > BlockStatement
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
- Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement
- Program > IfStatement > BlockStatement
- Program > VariableDeclaration > VariableDeclarator > CallExpression > ArrowFunctionExpression > BlockStatement
- CallExpression > MemberExpression
- ArrayExpression > *
- ObjectExpression > *