.prettierrc 72 B

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