.prettierrc 78 B

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