metacubexd/.prettierrc

6 lines
89 B
Plaintext
Raw Permalink Normal View History

2023-08-24 04:20:53 +08:00
{
"plugins": ["prettier-plugin-tailwindcss"],
"semi": false,
"singleQuote": true
}