.prettierrc 72 B

12345
  1. {
  2. "singleQuote": true,
  3. "printWidth": 80,
  4. "trailingComma": "all"
  5. }