.prettierrc 118 B

1234567
  1. {
  2. "singleQuote": true,
  3. "trailingComma": "none",
  4. "arrowParens": "avoid",
  5. "semi": false,
  6. "endOfLine": "auto"
  7. }