mirror of
https://github.com/avinal/box-box.git
synced 2026-07-04 03:00:09 +05:30
e5f7f9e53e
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-go-template"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.html"
|
|
],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|