.prettierrc.json 167 B

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