Allow body of file-level if statement to not be indented

This commit is contained in:
Raymond Hill 2024-03-17 13:01:22 -04:00
parent 499c80bd8a
commit fc1f0b771a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 5 additions and 2 deletions

View File

@ -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: