.prettierrc 180 B

1234567891011
  1. {
  2. "tabWidth": 2,
  3. "useTabs": false,
  4. "semi": false,
  5. "singleQuote": true,
  6. "trailingComma": "none",
  7. "bracketSpacing": true,
  8. "arrowParens": "avoid",
  9. "endOfLine": "lf"
  10. }