From 8b1e24bcb5c640e6a07e91f4bdef05f523cbd27e Mon Sep 17 00:00:00 2001 From: Tibor Udvari Date: Mon, 16 Sep 2024 12:18:51 +0200 Subject: [PATCH] chore: handled eslint json file --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 16555f3..08f61b8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,6 +29,6 @@ "consistent-return" : "off", "linebreak-style" : "off", "no-console" : "off", - "space-infix-ops": "off", + "space-infix-ops": "off" } }