From fe9b6b9494494d216f290fe31b461bd1ee5b9019 Mon Sep 17 00:00:00 2001 From: chrisarevalo11 Date: Mon, 27 May 2024 13:46:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Config=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2d066fa..754ec50 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,7 +4,8 @@ "prettier/prettier": [ "error", { - "endOfLine": "auto" + "endOfLine": "auto", + "semi": false } ] }