shell-things/.prettierrc

9 lines
174 B
Plaintext
Raw Normal View History

2024-06-06 19:01:52 +02:00
{
2024-06-06 19:37:28 +02:00
"plugins": [
"prettier-plugin-nginx",
"prettier-plugin-toml",
"prettier-plugin-sh"
],
2024-06-06 19:01:52 +02:00
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}