.prettierrc 296 B

1234567891011121314
  1. {
  2. "printWidth": 120,
  3. "tabWidth": 3,
  4. "useTabs": true,
  5. "semi": true,
  6. "singleQuote": false,
  7. "quoteProps": "as-needed",
  8. "jsxSingleQuote": true,
  9. "trailingComma": "all",
  10. "bracketSpacing": true,
  11. "jsxBracketSameLine": false,
  12. "arrowParens": "avoid",
  13. "endOfLine": "lf"
  14. }