Skip to content

Commit

Permalink
Fine tune indent rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 18, 2024
1 parent 11c3a16 commit b3ffba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 > *
Expand Down

0 comments on commit b3ffba7

Please sign in to comment.