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