bellaskeys.com/.prettierrc

11 lines
192 B
Text
Raw Permalink Normal View History

2024-02-29 19:29:42 -05:00
{
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
},
},
],
}