aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/.prettierrc
blob: a77fddea90975988d17a7e8b2f61720939a947f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
	"useTabs": true,
	"singleQuote": true,
	"trailingComma": "none",
	"printWidth": 100,
	"plugins": ["prettier-plugin-svelte"],
	"pluginSearchDirs": ["."],
	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}