metacubexd/.prettierrc

9 lines
137 B
Plaintext
Raw Permalink Normal View History

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