.prettierrc 206 B

1234567891011
  1. {
  2. "bracketSpacing": false,
  3. "bracketSameLine": false,
  4. "printWidth": 90,
  5. "semi": true,
  6. "singleQuote": true,
  7. "tabWidth": 2,
  8. "trailingComma": "es5",
  9. "useTabs": false,
  10. "arrowParens": "avoid"
  11. }