summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 8a955a2bc37b7e5307740a745ed45721a763d599 (plain) (blame)
1
2
3
4
5
6
7
{
  "semi": false,
  "trailingComma": "all",
  "singleQuote": true,
  "printWidth": 80,
  "arrowParens": "avoid",
}