.prettierrc 270 B

123456789101112
  1. {
  2. "printWidth": 120,
  3. "tabWidth": 4,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": false,
  7. "proseWrap": "preserve",
  8. "arrowParens": "avoid",
  9. "bracketSpacing": true,
  10. "eslintIntegration": true,
  11. "htmlWhitespaceSensitivity": "ignore"
  12. }