.prettierrc.json 254 B

123456789101112
  1. {
  2. "printWidth": 80,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": true,
  7. "trailingComma": "all",
  8. "bracketSpacing": true,
  9. "jsxBracketSameLine": false,
  10. "arrowParens": "avoid",
  11. "proseWrap": "always"
  12. }