mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 10:22:30 +01:00
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:
|
||||
- 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 New Issue
Block a user