From fceb3fbba651925df539f154f8d344b535478c90 Mon Sep 17 00:00:00 2001 From: rmanaem Date: Wed, 13 Mar 2024 09:46:02 -0400 Subject: [PATCH] Removed `corePlugins` option --- .prettierrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 4ce55235..9dd04107 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -5,8 +5,5 @@ "singleQuote": true, "printWidth": 100, "trailingComma": "es5", - "plugins": ["prettier-plugin-tailwindcss"], - "corePlugins": { - "preflight": false - } + "plugins": ["prettier-plugin-tailwindcss"] }