10 lines
196 B
Text
10 lines
196 B
Text
{
|
|
"quoteProps": "consistent",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"singleAttributePerLine": true,
|
|
"tailwindFunctions": ["twJoin", "twMerge"],
|
|
"tabWidth": 2,
|
|
"trailingComma": "all"
|
|
}
|