diff --git a/.eslintrc.yml b/.eslintrc.yml index ffb4a0f00..755b8c718 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -9,13 +9,14 @@ rules: - warn - always indent: - - warn + - error - 4 - ignoredNodes: - - Program > IfStatement > * - noControlRegex: off - noEmpty: off + - Program > IfStatement > BlockStatement + - Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement + no-control-regex: off + no-empty: off sort-imports: warn strict: warn globals: