From 70737da2afc7d897fc4d26761e5ee9eb4f1078c5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 20 May 2024 14:00:36 -0400 Subject: [PATCH] Fine tune eslint --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 967dadf03..e9ff21ec0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -14,6 +14,7 @@ rules: - ignoredNodes: - Program > IfStatement > BlockStatement - Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement + - Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement - CallExpression > MemberExpression - ArrayExpression > * - ObjectExpression > *