From 265c1f8a56d3af5c8070e19a67c287014e59c6b2 Mon Sep 17 00:00:00 2001 From: aggeB8 Date: Mon, 1 Dec 2025 11:16:46 +0100 Subject: [PATCH] fixed eslint config typo --- .eslintrc.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3b96d4a..ef614b3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,8 +3,6 @@ "rules": { "no-var": "error", - "react/self-closing-comp": "error", + "react/self-closing-comp": "error" } } - -};