katstash/.prettierrc
Sphericalkat 0e4eeb5f19
feat: implement file upload and fetching
Signed-off-by: Sphericalkat <me@kat.bio>
2024-06-17 18:40:45 +05:30

10 lines
225 B
Plaintext

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