.prettierrc 205 B

1234567891011
  1. {
  2. "tabWidth": 2,
  3. "useTabs": false,
  4. "singleQuote": false,
  5. "bracketSpacing": true,
  6. "semi": true,
  7. "trailingComma": "all",
  8. "proseWrap": "always",
  9. "arrowParens": "always",
  10. "printWidth": 120
  11. }