.prettierrc.json 178 B

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