aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.json
blob: 96729242221a289b21ea9e55139c1f254998c1ef (plain)
1
2
3
4
5
6
{
  "trailingComma": "all",
  "arrowParens": "avoid",
  "singleQuote": true,
  "printWidth": 120
}