Compare commits
2 commits
fc56c807ee
...
68e0c8cf10
Author | SHA1 | Date | |
---|---|---|---|
68e0c8cf10 | |||
58b3b59c8e |
3 changed files with 14 additions and 2 deletions
16
.prettierrc
16
.prettierrc
|
@ -1,3 +1,15 @@
|
|||
{
|
||||
"plugins": ["prettier-plugin-go-template"]
|
||||
}
|
||||
"plugins": [
|
||||
"prettier-plugin-go-template"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"*.html"
|
||||
],
|
||||
"options": {
|
||||
"parser": "go-template"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue