From c81dba647034e51f1adb9d22ad6e31b323cc7103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 30 Oct 2023 08:58:20 +0100 Subject: [PATCH] fix .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 848f5dd..e987b15 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,5 +19,5 @@ "no-param-reassign": 0, "no-shadow": "off", "no-new": "off" - }, + } }