This commit is contained in:
2025-12-22 21:05:35 -06:00
parent b303398cd4
commit 2f4f445ff0
7 changed files with 205 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ const config = {
semi: false,
singleQuote: true,
trailingComma: 'all',
tabWidth: 2,
plugins: ['prettier-plugin-tailwindcss'],
tailwindFunctions: ['clsx', 'cn', 'cva'],
endOfLine: 'lf',