cycles-quartz/apps/transfers/frontend/.prettierrc
2024-09-03 11:30:46 +02:00

10 lines
196 B
Text

{
"quoteProps": "consistent",
"singleQuote": true,
"semi": false,
"singleAttributePerLine": true,
"tailwindFunctions": ["twJoin", "twMerge"],
"tabWidth": 2,
"trailingComma": "all"
}