aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.json
blob: c50384fbb57c0170b11f1181914171c7058a43ec (plain)
1
2
3
4
5
6
{
  "trailingComma": "none",
  "tabWidth": 2,
  "semi": false,
  "singleQuote": true
}