.prettierrc 78 B

12345
  1. {
  2. "singleQuote": true,
  3. "trailingComma": "none",
  4. "arrowParens": "avoid"
  5. }