web.myco.systems/.prettierrc

15 lines
192 B
Text
Raw Normal View History

{
2024-04-16 21:19:24 -04:00
"plugins": [
"prettier-plugin-go-template"
],
"overrides": [
{
"files": [
"*.html"
],
"options": {
"parser": "go-template"
}
}
]
}