aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: c5f47ce65c5c8de672653be1ecc1b8feb69050bf (plain) (blame)
1
2
3
4
5
6
7
{
  "trailingComma": "es5",
  "printWidth": 120,
  "tabWidth": 4,
  "semi": true,
  "singleQuote": false
}