From 48eb12c2116107d38e08ecf298c711239b00160e Mon Sep 17 00:00:00 2001 From: maiieul Date: Mon, 20 May 2024 22:41:51 +0200 Subject: [PATCH] chore(.prettierrc): remove cn helper from prettier --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index ed44794c9..0bb78841a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -5,5 +5,5 @@ "printWidth": 90, "plugins": ["prettier-plugin-tailwindcss"], "tailwindConfig": "./apps/website/tailwind.config.cjs", - "tailwindFunctions": ["clsx", "cva", "cn"] + "tailwindFunctions": ["clsx", "cva"] }