summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: e537c8adfe2e5228f144b4cea1ed5f178d807f87 (plain)
1
2
3
4
5
{
  "singleQuote": true,
  "trailingComma": "es5",
  "arrowParens": "always"
}