.prettierrc 212 B

1234567891011121314
  1. {
  2. "singleQuote": true,
  3. "trailingComma": "all",
  4. "printWidth": 100,
  5. "proseWrap": "never",
  6. "overrides": [
  7. {
  8. "files": ".prettierrc",
  9. "options": {
  10. "parser": "json"
  11. }
  12. }
  13. ]
  14. }