summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 50063da90d2bd1a67bf79f7b1ec53014c1940ed2 (plain)
1
2
3
4
5
6
{
  "trailingComma": "all",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": false
}