.prettierrc 209 B

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