12 lines
286 B
Text
12 lines
286 B
Text
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"quoteProps": "consistent",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"singleAttributePerLine": true,
|
|
"tailwindFunctions": ["tw", "twJoin", "twMerge"],
|
|
"tailwindPreserveWhitespace": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all"
|
|
}
|