aboutsummaryrefslogtreecommitdiffstats
path: root/app/.prettierrc
blob: 0a1cfd7e7b783a85138333b9a876b6b288205dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "useTabs": false,
  "singleQuote": true,
  "semi": false,
  "trailingComma": "es5",
  "printWidth": 100,
  "plugins": ["prettier-plugin-svelte"],
  "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}