Blame view

.prettierrc 78 Bytes
36821dd7   张志伟   feat: init
1
2
3
4
5
  {
    "singleQuote": true,
    "trailingComma": "all",
    "arrowParens": "avoid"
  }