mirror of https://github.com/gorhill/uBlock.git
Fine tune eslint
This commit is contained in:
parent
f1b2a367b2
commit
70737da2af
|
@ -14,6 +14,7 @@ rules:
|
||||||
- ignoredNodes:
|
- ignoredNodes:
|
||||||
- Program > IfStatement > BlockStatement
|
- Program > IfStatement > BlockStatement
|
||||||
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
|
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
|
||||||
|
- Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement
|
||||||
- CallExpression > MemberExpression
|
- CallExpression > MemberExpression
|
||||||
- ArrayExpression > *
|
- ArrayExpression > *
|
||||||
- ObjectExpression > *
|
- ObjectExpression > *
|
||||||
|
|
Loading…
Reference in New Issue