homemanager-fe/.prettierrc

8 lines
96 B
Plaintext
Raw Permalink Normal View History

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