summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: f491fe1accff4d3786d9ce98e1974a4ea1fb78d4 (plain) (blame)
1
2
3
4
5
6
{
  "semi": false,
  "trailingComma": "es5",
  "singleQuote": true,
  "printWidth": 80
}