.prettierrc 72 B

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