mikaela.github.io/.prettierrc

5 lines
120 B
Plaintext
Raw Normal View History

2024-06-07 05:37:36 +02:00
{
"plugins": ["@prettier/plugin-xml"],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}