.prettierrc 199 B

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