This commit is contained in:
parent
58b3b59c8e
commit
68e0c8cf10
3 changed files with 16 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
1
assets/f
Submodule
1
assets/f
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e45e3acf9cade81df85905b4e33824f96cf49ae8
|
1
assets/i
Submodule
1
assets/i
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 98b2cb2b4f5f375a0aaa92b150a460faac58ca93
|
Loading…
Add table
Reference in a new issue