.prettierrc.json 97 B

123456
  1. {
  2. "tabWidth": 4,
  3. "semi": false,
  4. "trailingComma": "none",
  5. "arrowParens": "avoid"
  6. }