.prettierrc 89 B

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