1
0
resumarkdown/.prettierrc

9 lines
211 B
Plaintext
Raw Permalink Normal View History

2024-10-10 21:02:54 -05:00
{
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}