aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: 70175ce150ccda1fc61eeb3f4ba4308438ca8cb6 (plain) (blame)
1
2
3
4
5
6
7
{
  "endOfLine": "lf",
  "semi": false,
  "singleQuote": false,
  "tabWidth": 2,
  "trailingComma": "es5"
}