.prettierrc 86 B

123456
  1. {
  2. "arrowParens": "avoid",
  3. "tabWidth": 2,
  4. "printWidth": 90,
  5. "useTabs": false
  6. }