cycles-quartz/apps/transfers/frontend/.prettierrc
2024-07-10 21:11:07 +02:00

12 lines
286 B
Text

{
"plugins": ["prettier-plugin-tailwindcss"],
"quoteProps": "consistent",
"singleQuote": true,
"semi": false,
"singleAttributePerLine": true,
"tailwindFunctions": ["tw", "twJoin", "twMerge"],
"tailwindPreserveWhitespace": true,
"tabWidth": 2,
"trailingComma": "all"
}