~starkingdoms/starkingdoms

ref: 784aca277268c72af9c23957f9fb5c3536c8b78e starkingdoms/starkingdoms-client/.prettierrc -rw-r--r-- 189 bytes
784aca27 — ghostlyzsh module refactor 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
}