aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: eab23fd80199fce8b27844ffa25fc1c7a889eab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "arrowParens": "avoid",
  "printWidth": 120,
  "trailingComma": "all",
  "useTabs": false,
  "overrides": [
    {
      "files": "README.md",
      "options": {
        "printWidth": 80
      }
    }
  ]
}