1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-02-25 18:20:36 +01:00

19 lines
364 B
Plaintext
Raw Normal View History

2024-06-06 20:01:52 +03:00
{
2024-06-06 20:37:28 +03:00
"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" }
}
]
2024-06-06 20:01:52 +03:00
}