diff --git a/.eslintrc.yml b/.eslintrc.yml index ac3a4b3cd..ffb4a0f00 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -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: