.prettierrc 198 B

1234567891011
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "tabWidth": 2,
  5. "trailingComma": "all",
  6. "printWidth": 100,
  7. "bracketSpacing": true,
  8. "arrowParens": "always",
  9. "endOfLine": "lf",
  10. "plugins": []
  11. }