This repository has been archived on 2026-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dashboard/.prettierrc

10 lines
145 B
Plaintext

{
"plugins": ["prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
}
]
}