~starkingdoms/starkingdoms

ref: 0f5e9b77ea7f7245f41e52f5f88c68e9ab63fadc starkingdoms/starkingdoms-client/.prettierrc -rw-r--r-- 189 bytes
0f5e9b77 — ghostlyzsh module refactor attachment portion done 1 year, 11 months ago
                                                                                
1
2
3
4
5
6
{
  "plugins": ["prettier-plugin-svelte"],
  "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
  "htmlWhitespaceSensitivity": "ignore",
  "bracketSameLine": true
}