1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

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

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