aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.prettierrc.json
blob: 12e08aae83894767c2acd39ff5bf439bff0c1adb (plain) (blame)
1
2
3
4
5
6
{
  "singleQuote": false,
  "trailingComma": "all",
  "printWidth": 80,
  "proseWrap": "preserve"
}