summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/.prettierrc
blob: ee7cc955922a8f66c2c47d39d85ae747c650be69 (plain) (blame)
1
2
3
4
5
6
7
{
	"useTabs": true,
	"singleQuote": true,
	"trailingComma": "none",
	"printWidth": 100,
	"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
}