Files
sveltejs-ai-tools/.prettierrc
paoloricciuti f2c6cc48ae initial commit
2025-09-10 23:19:57 +02:00

16 lines
224 B
Plaintext

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