.prettierrc 321 B

1234567891011121314
  1. {
  2. "semi": true,
  3. "trailingComma": "es5",
  4. "arrowParens": "always",
  5. "singleQuote": true,
  6. "bracketSpacing": true,
  7. "useTabs": false,
  8. "tabWidth": 2,
  9. "printWidth": 120,
  10. "proseWrap": "preserve",
  11. "endOfLine": "lf",
  12. "eslintIntegration": true,
  13. "htmlWhitespaceSensitivity": "strict"
  14. }