mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-go-template",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.html"
|
|
],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|