.prettierrc 261 B

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