.prettierrc 179 B

1234567891011
  1. {
  2. "trailingComma": "none",
  3. "useTabs": true,
  4. "endOfLine": "lf",
  5. "proseWrap": "always",
  6. "semi": true,
  7. "quoteProps": "as-needed",
  8. "arrowParens": "avoid",
  9. "printWidth": 140
  10. }