.prettierrc 179 B

123456789
  1. {
  2. "arrowParens": "always",
  3. "bracketSpacing": true,
  4. "jsxBracketSameLine": true,
  5. "printWidth": 80,
  6. "proseWrap": "never",
  7. "singleQuote": true,
  8. "trailingComma": "all"
  9. }