~starkingdoms/starkingdoms

ref: a89f7cc8826335b5d3696260ffa120e3149c6824 starkingdoms/starkingdoms-client/.prettierrc -rw-r--r-- 189 bytes
a89f7cc8 — ghostlyzsh something happened 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
{
  "plugins": ["prettier-plugin-svelte"],
  "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
  "htmlWhitespaceSensitivity": "ignore",
  "bracketSameLine": true
}