mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-14 20:39:22 +01:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
{
|
|
"plugins": [
|
|
"@prettier/plugin-xml",
|
|
"prettier-plugin-toml",
|
|
"prettier-plugin-sh"
|
|
],
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
}
|