From 381edc3122fa36ef14bcbc4b16dfbd337df4b74e Mon Sep 17 00:00:00 2001 From: Walidoux Date: Mon, 31 Jul 2023 13:49:58 +0100 Subject: [PATCH] =?UTF-8?q?refactor(=E2=9A=99=EF=B8=8F=20config):=20clean?= =?UTF-8?q?=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2a21a75..daeb280 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,10 +4,7 @@ "parser": "@typescript-eslint/parser", - "env": { - "node": true, - "browser": true - }, + "env": { "node": true, "browser": true }, "rules": { "prettier/prettier": "error",