diff --git a/.prettierrc b/.prettierrc index 73f18100..4d768e7e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,6 @@ { "plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson", "prettier-plugin-tailwindcss"], "printWidth": 120, - "singleQuote": true + "singleQuote": true, + "tailwindFunctions": ["clsx", "tv", "twMerge", "twJoin"] }