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