setup prettier

This commit is contained in:
Robert Kaussow 2020-09-10 22:23:24 +02:00
parent 9f61dc7684
commit a81f858848
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
19 changed files with 239 additions and 177 deletions

10
.prettierrc Normal file
View file

@ -0,0 +1,10 @@
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}