web.myco.systems/.prettierrc
Brooke 68e0c8cf10
Some checks failed
Hugo / build (push) Failing after 6s
update 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"
}
}
]
}