1
0
Fork 0
mirror of https://git.freecumextremist.com/grumbulon/pomme.git synced 2025-01-06 09:45:25 +00:00
pomme/frontend/.prettierrc
Sam Therapy 3771eaedfd frontend :)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-30 18:24:51 +00:00

9 lines
233 B
Text

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