web.myco.systems/.prettierrc
2024-04-16 21:19:24 -04:00

15 lines
No EOL
192 B
Text

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