.prettierrc.json 124 B

123456789
  1. {
  2. "printWidth": 100,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": true,
  7. "arrowParens": "avoid"
  8. }