svpf/.prettierrc
Pratyush Desai f195a0999f
Initialize
Simply ran create with the options for sv5, ts checking,
linting and prettifying enabled

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2024-10-23 16:49:20 +05:30

9 lines
205 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}