bergere-enchantee / .prettierrc
coyotte508's picture
coyotte508 HF staff
Update .prettierrc
063746b
raw history blame
No virus
237 Bytes
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
dez
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}