alejandr0angul0.dev/.prettierrc

12 lines
169 B
Plaintext
Raw Normal View History

{
2023-08-18 03:22:40 +00:00
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}