From 5633945d92908488f362385adf18c773177a040b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 28 Oct 2023 00:44:36 -0400 Subject: [PATCH] Turn of "prettier" as it's stupid --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index cc300b203..c054500f5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,8 +8,7 @@ "eslint:recommended", "plugin:react/recommended", "plugin:react-hooks/recommended", - "plugin:jsx-a11y/recommended", - "plugin:prettier/recommended" + "plugin:jsx-a11y/recommended" ], "globals": { "JSX": "readonly"