Files
armandine/.prettierrc
mifi 99cb89d1e8
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
Svelte conversion — quick and dirty
2026-02-15 14:10:57 -03:00

12 lines
281 B
Plaintext

{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all",
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{ "files": "*.yml", "options": { "tabWidth": 4, "proseWrap": "preserve" } },
{ "files": "*.svelte", "options": { "parser": "svelte" } }
]
}