.prettierrc 197 B

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