.prettierrc.json 209 B

12345678910
  1. {
  2. "tabWidth": 2,
  3. "useTabs": false,
  4. "semi": true,
  5. "singleQuote": false,
  6. "TrailingCooma": "all",
  7. "bracketSpacing": true,
  8. "jsxBracketSameLine": false,
  9. "arrowParens": "avoid"
  10. }