summaryrefslogtreecommitdiff
path: root/.prettierrc.json
blob: 3da31c1abfaaf2d4b8aafc6af67e2e441622c10f (plain) (blame)
1
2
3
4
5
6
7
{
  "printWidth": 180,
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "es5"
}