.prettierrc 102 B

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