hugo/.prettierrc

15 lines
220 B
Text
Raw Normal View History

2024-05-03 19:23:30 -04:00
{
"plugins": [
"prettier-plugin-go-template"
],
"overrides": [
{
"files": [
"*.html"
],
"options": {
"parser": "go-template"
}
}
]
}