src.nth.io/

summaryrefslogtreecommitdiff
path: root/.prettierrc.json
blob: e242695356365f31d840c1c96405e38cf34f7268 (plain)
1
2
3
4
5
6
7
8
{
  "printWidth": 110,
  "tabWidth": 2,
  "semi": true,
  "singleQuote": false,
  "trailingComma": "all",
  "arrowParens": "avoid"
}