.prettierrc 79 B

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