.prettierrc 226 B

1234567891011
  1. {
  2. "spaceBeforeFunctionParen": true,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "trailingComma": "none",
  6. "eslintIntegration": true,
  7. "jsxBracketSameLine": false,
  8. "singleQuote": true,
  9. "semi": false,
  10. "endOfLine": "auto"
  11. }