mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-06 03:28:40 +02:00
style: add svelte support to prettier and format svelte components
This commit is contained in:
@ -4,5 +4,7 @@
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 200,
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always"
|
||||
"arrowParens": "always",
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||||
}
|
||||
|
Reference in New Issue
Block a user