.prettierrc.json 142 B

12345678
  1. {
  2. "eslintIntegration": true,
  3. "singleQuote": true,
  4. "semi": false,
  5. "tabWidth": 2,
  6. "arrowParens": "avoid",
  7. "trailingComma": "none"
  8. }