.prettierrc 194 B

123456789
  1. {
  2. "printWidth": 80,
  3. "tabWidth": 2,
  4. "singleQuote": true,
  5. "trailingComma": "none",
  6. "bracketSpacing": true,
  7. "arrowParens": "avoid",
  8. "htmlWhitespaceSensitivity": "css"
  9. }