aboutsummaryrefslogtreecommitdiffstats
path: root/src/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/.eslintrc.json')
-rw-r--r--src/.eslintrc.json2
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 > *"
]
} ]
},