~starkingdoms/starkingdoms

ref: efdb9b1995399003b2f5cba85c1513ce3ec32504 starkingdoms/client/.prettierrc -rw-r--r-- 205 bytes
efdb9b19 — core add things 11 months ago
                                                                                
1
2
3
4
5
6
7
8
{
	"useTabs": true,
	"singleQuote": true,
	"trailingComma": "none",
	"printWidth": 100,
	"plugins": ["prettier-plugin-svelte"],
	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}