mirror of https://github.com/gorhill/uBlock.git
Allow body of file-level if statement to not be indented
This commit is contained in:
parent
499c80bd8a
commit
fc1f0b771a
|
@ -11,8 +11,11 @@ rules:
|
||||||
indent:
|
indent:
|
||||||
- warn
|
- warn
|
||||||
- 4
|
- 4
|
||||||
no-control-regex: off
|
-
|
||||||
no-empty: off
|
ignoredNodes:
|
||||||
|
- Program > IfStatement > *
|
||||||
|
noControlRegex: off
|
||||||
|
noEmpty: off
|
||||||
sort-imports: warn
|
sort-imports: warn
|
||||||
strict: warn
|
strict: warn
|
||||||
globals:
|
globals:
|
||||||
|
|
Loading…
Reference in New Issue