aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 3b8d0b1e4bb0086c2faa3ef0955844673e415976 (plain)
1
2
3
4
5
6
7
8
9
{
  "endOfLine": "lf",
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "useTabs": false,
  "trailingComma": "es5",
  "arrowParens": "avoid"
}