shell-things/.prettierrc

9 lines
174 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"
],
2024-06-06 20:01:52 +03:00
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}