From 849754a78fa2f7d3453c6d554c03e4cbfe652a87 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sat, 7 Sep 2024 22:10:53 +0200 Subject: [PATCH] Refactor .prettierrc.json: Remove unused tailwindcss plugin and tailwindConfig --- .prettierrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 8e120193c..06b3c7a52 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -9,9 +9,7 @@ "semi": true, "printWidth": 128, "plugins": [ - "prettier-plugin-tailwindcss" ], - "tailwindConfig": "./tailwind.config.js", "tailwindFunctions": [ "tw" ]