Fine tune allowed tab indents in eslint

This commit is contained in:
Raymond Hill 2024-03-26 12:45:05 -04:00
parent 4e21b9f68e
commit 125b5045e3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

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