Files
pocket-id/frontend/.prettierrc

9 lines
236 B
Plaintext
Raw Normal View History

2024-08-12 11:00:25 +02:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
2025-11-30 18:17:22 +01:00
"plugins": ["prettier-plugin-tailwindcss", "prettier-plugin-svelte"],
2024-08-12 11:00:25 +02:00
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}