Skip to content

Commit

Permalink
Fine tune eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed May 20, 2024
1 parent f1b2a36 commit 70737da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rules:
- ignoredNodes:
- Program > IfStatement > BlockStatement
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
- Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement
- CallExpression > MemberExpression
- ArrayExpression > *
- ObjectExpression > *
Expand Down

0 comments on commit 70737da

Please sign in to comment.