lan-party-frontend/.prettierrc

9 lines
193 B
Plaintext
Raw Permalink Normal View History

2022-08-31 08:50:12 +02:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}