homemanager-fe/.prettierrc

8 lines
96 B
Plaintext
Raw Normal View History

2023-01-16 21:37:39 +02:00
{
"semi": true,
"singleQuote": true,
"plugins": [
"prettier-plugin-tailwindcss"
]
}