cycles-quartz/apps/transfers/frontend/.prettierrc

12 lines
286 B
Text
Raw Normal View History

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