12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-go-template"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|