bergere-enchantee / .prettierrc
coyotte508's picture
coyotte508 HF staff
πŸŽ‰ Sveltekit skeleton app
320c9b0
raw history blame
No virus
233 Bytes
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}