shell-things/.prettierrc

5 lines
143 B
Plaintext
Raw Normal View History

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