chore: add prettier formatting to html

This commit is contained in:
2025-11-10 18:30:07 +13:00
parent 2aded2ddd7
commit 97626337aa
4 changed files with 44 additions and 0 deletions

11
.prettierrc.json Normal file
View File

@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-jinja-template"],
"overrides": [
{
"files": "templates/**/*.html",
"options": {
"parser": "jinja-template"
}
}
]
}