smoothie/.prettierrc
valerio b9b6bd1490 FEAT: Launch with custom config location
FEAT: Generate banner
FEAT: Start blender with banner
2026-03-10 22:14:27 +01:00

18 lines
230 B
Plaintext

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