homemanager-fe/.prettierrc

8 lines
96 B
Plaintext

{
"semi": true,
"singleQuote": true,
"plugins": [
"prettier-plugin-tailwindcss"
]
}