mirror of
https://github.com/avinal/box-box.git
synced 2026-01-09 21:18:32 +05:30
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-go-template"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.html"
|
|
],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|