Files
aphrodite/.prettierrc

7 lines
119 B
Plaintext
Raw Permalink Normal View History

2025-03-22 00:01:11 +08:00
{
"plugins": ["prettier-plugin-tailwindcss"],
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120
}