Files
5b0368bf719a4fb29ea8/.prettierrc
2026-04-20 20:53:05 +08:00

7 lines
141 B
Plaintext

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"plugins": ["prettier-plugin-tailwindcss"],
}