Compare commits

...

2 commits

Author SHA1 Message Date
68e0c8cf10 update prettierrc
Some checks failed
Hugo / build (push) Failing after 6s
2024-04-16 21:19:24 -04:00
58b3b59c8e change around around file organization 2024-04-16 21:17:34 -04:00
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
{ {
"plugins": ["prettier-plugin-go-template"] "plugins": [
"prettier-plugin-go-template"
],
"overrides": [
{
"files": [
"*.html"
],
"options": {
"parser": "go-template"
}
}
]
} }

View file