.prettierrc.json 242 B

123456789101112
  1. {
  2. "printWidth": 120,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": false,
  7. "trailingComma": "none",
  8. "bracketSpacing": true,
  9. "arrowParens": "avoid",
  10. "endOfLine": "lf",
  11. "htmlWhitespaceSensitivity": "ignore"
  12. }