mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Allow body of file-level if statement to not be indented
This commit is contained in:
parent
499c80bd8a
commit
fc1f0b771a
1 changed files with 5 additions and 2 deletions
|
@ -11,8 +11,11 @@ rules:
|
|||
indent:
|
||||
- warn
|
||||
- 4
|
||||
no-control-regex: off
|
||||
no-empty: off
|
||||
-
|
||||
ignoredNodes:
|
||||
- Program > IfStatement > *
|
||||
noControlRegex: off
|
||||
noEmpty: off
|
||||
sort-imports: warn
|
||||
strict: warn
|
||||
globals:
|
||||
|
|
Loading…
Reference in a new issue