Foxnouns.NET/Foxnouns.Frontend/.prettierrc

14 lines
177 B
Text
Raw Permalink Normal View History

2024-06-08 21:02:12 +02:00
{
"useTabs": true,
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
2024-06-08 21:02:12 +02:00
}