From aa1476b284a4fb337098109b8706e3e3db5edda8 Mon Sep 17 00:00:00 2001 From: NovemLinguae <79697282+NovemLinguae@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:42:06 -0800 Subject: [PATCH] comma --- tests/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.eslintrc.json b/tests/.eslintrc.json index 1e8473272..3e27609f3 100644 --- a/tests/.eslintrc.json +++ b/tests/.eslintrc.json @@ -20,6 +20,6 @@ "computed-property-spacing": "off", "no-shadow": "off", "object-curly-spacing": "off", - "space-in-parens": "off", + "space-in-parens": "off" } }