summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: ace0e29d59ba3caf6bc3c21953ecd0802078ad93 (plain)
1
2
3
4
5
6
{
  "printWidth": 100,
  "singleQuote": true,
  "arrowParens": "always",
  "trailingComma": "all"
}