tricoteuses-legifrance/.prettierrc

7 lines
195 B
Text
Raw Normal View History

2024-09-16 11:14:06 +02:00
{
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
2024-11-25 18:41:42 +01:00
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
2024-09-16 11:14:06 +02:00
"semi": false,
"trailingComma": "all"
}