.prettierrc 184 B

12345678910
  1. {
  2. "tabWidth": 2,
  3. "useTabs": false,
  4. "singleQuote": false,
  5. "printWidth": 80,
  6. "trailingComma": "all",
  7. "arrowParens": "avoid",
  8. "endOfLine": "auto",
  9. "proseWrap": "always"
  10. }