aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/svelte/.prettierrc
blob: 3f7802c3728f1ae67e245f68735362eb8fa4fe4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"useTabs": true,
	"singleQuote": true,
	"trailingComma": "none",
	"printWidth": 100,
	"plugins": ["prettier-plugin-svelte"],
	"overrides": [
		{
			"files": "*.svelte",
			"options": {
				"parser": "svelte"
			}
		}
	]
}