.prettierrc 200 B

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