Fine tune allowed tab indents in eslint

This commit is contained in:
Raymond Hill 2024-03-26 12:45:05 -04:00
parent 3919a16bb8
commit 8e5e13cbdc
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ rules:
- ignoredNodes:
- Program > IfStatement > BlockStatement
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
- CallExpression > MemberExpression
- ArrayExpression > Literal
no-control-regex: off
no-empty: off