mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-nginx",
|
|
"prettier-plugin-toml",
|
|
"prettier-plugin-sh"
|
|
],
|
|
"overrides": [
|
|
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
|
{
|
|
"files": "conf/librewolf.overrides.cfg",
|
|
"options": { "parser": "javascript" }
|
|
},
|
|
{
|
|
"files": "conf/autoconfig.js.online",
|
|
"options": { "parser": "javascript" }
|
|
}
|
|
]
|
|
}
|