.prettierrc 220 B

1234567891011
  1. {
  2. "trailingComma": "all",
  3. "semi": true,
  4. "singleQuote": true,
  5. "arrowParens": "avoid",
  6. "tabWidth": 2,
  7. "useTabs": false,
  8. "printWidth": 120,
  9. "bracketSameLine": true,
  10. "htmlWhitespaceSensitivity": "strict"
  11. }