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