1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Fine tune eslint

This commit is contained in:
Raymond Hill 2024-05-20 14:00:36 -04:00
parent f1b2a367b2
commit 70737da2af
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
- Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement
- CallExpression > MemberExpression
- ArrayExpression > *
- ObjectExpression > *