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

10 lines
196 B
Text
Raw Normal View History

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