mikaela.github.io/.prettierrc

5 lines
120 B
Plaintext

{
"plugins": ["@prettier/plugin-xml"],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}