.prettierrc 178 B

123456789101112
  1. {
  2. "singleQuote": true,
  3. "trailingComma": "all",
  4. "overrides": [
  5. {
  6. "files": ["*.ts", "*.mts"],
  7. "options": {
  8. "parser": "typescript"
  9. }
  10. }
  11. ]
  12. }