diff options
Diffstat (limited to 'src/.eslintrc.json')
-rw-r--r-- | src/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.eslintrc.json b/src/.eslintrc.json index 0c1f3f8a7..8b0b90f16 100644 --- a/src/.eslintrc.json +++ b/src/.eslintrc.json @@ -34,7 +34,7 @@ // Code Style. This makes that indentation check is not // performed for 1 depth of outer FunctionExpressions "ignoredNodes": [ - "Program > ExpressionStatement > CallExpression > FunctionExpression > *" + "Program > ExpressionStatement > CallExpression > :last-child > *" ] } ] }, |