aboutsummaryrefslogtreecommitdiffstats
path: root/common/.prettierrc
blob: e1e6afca9ad10c5aa13e702fab4eba52f387ce4f (plain)
1
2
3
4
5
6
7
{
  "semi": true,
  "trailingComma": "none",
  "singleQuote": true,
  "printWidth": 80,
  "endOfLine": "auto"
}