1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 16:39:26 +01:00
cv/.prettierrc

5 lines
142 B
Plaintext
Raw Normal View History

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