foxnouns/frontend/.prettierrc

7 lines
157 B
Text
Raw Permalink Normal View History

2024-03-26 22:10:04 +01:00
{
"useTabs": true,
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}