.prettierrc.json 358 B

1234567891011121314151617
  1. {
  2. "printWidth": 140,
  3. "tabWidth": 4,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": true,
  7. "trailingComma": "none",
  8. "bracketSpacing": true,
  9. "jsxBracketSameLine": false,
  10. "arrowParens": "always",
  11. "filepath": "",
  12. "requirePragma": false,
  13. "insertPragma": false,
  14. "proseWrap": "preserve",
  15. "endOfLine": "crlf"
  16. }