.prettierrc 158 B

123456789
  1. {
  2. "tabWidth": 3,
  3. "trailingComma": "none",
  4. "printWidth": 150,
  5. "semi": false,
  6. "arrowParens": "avoid",
  7. "htmlWhitespaceSensitivity": "ignore"
  8. }