mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-03 18:48:38 +02:00
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"printWidth": 200,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|