mirror of https://github.com/gorhill/uBlock.git
Fine tune eslint
Allow arbitrary indent inside literal array declaration.
This commit is contained in:
parent
7c235df611
commit
58c935aa9e
|
@ -11,10 +11,10 @@ rules:
|
||||||
indent:
|
indent:
|
||||||
- error
|
- error
|
||||||
- 4
|
- 4
|
||||||
-
|
- ignoredNodes:
|
||||||
ignoredNodes:
|
- Program > IfStatement > BlockStatement
|
||||||
- Program > IfStatement > BlockStatement
|
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
|
||||||
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
|
- ArrayExpression > Literal
|
||||||
no-control-regex: off
|
no-control-regex: off
|
||||||
no-empty: off
|
no-empty: off
|
||||||
sort-imports: warn
|
sort-imports: warn
|
||||||
|
|
Loading…
Reference in New Issue