about summary refs log tree commit diff stats
path: root/.prettierrc
blob: 2f1b5f52315a3b9e1e4f0179fc7461e1e0a73850 (plain) (blame)
1
2
3
4
5
6
7
{
  "printWidth": 120,
  "semi": false,
  "singleQuote": false,
  "trailingComma": "es5",
  "arrowParens": "avoid"
}