mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-nginx",
|
|
"prettier-plugin-toml",
|
|
"prettier-plugin-sh"
|
|
],
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
}
|