mikaela.github.io/.prettierrc

5 lines
142 B
Plaintext
Raw Normal View History

2024-06-11 20:29:39 +02:00
{
"plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}