1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +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: - ignoredNodes:
- Program > IfStatement > BlockStatement - Program > IfStatement > BlockStatement
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement - Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
- CallExpression > MemberExpression
- ArrayExpression > Literal - ArrayExpression > Literal
no-control-regex: off no-control-regex: off
no-empty: off no-empty: off