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