From 8e5e13cbdcd6876e4ea57ea0016ddddd9b54ad56 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 26 Mar 2024 12:45:05 -0400 Subject: [PATCH] Fine tune allowed tab indents in eslint --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index e3329a78f..c888f4cd0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -14,6 +14,7 @@ rules: - ignoredNodes: - Program > IfStatement > BlockStatement - Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement + - CallExpression > MemberExpression - ArrayExpression > Literal no-control-regex: off no-empty: off