Add prettier configuration
This commit is contained in:
parent
08caa73680
commit
d81f1b92cd
1 changed files with 10 additions and 0 deletions
10
.prettier
Normal file
10
.prettier
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.html"],
|
||||
"options": {
|
||||
"parser": "go-template"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue