.prettierrc.json 345 B

12345678910111213141516
  1. {
  2. "printWidth": 80,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": true,
  7. "quoteProps": "as-needed",
  8. "jsxSingleQuote": true,
  9. "trailingComma": "all",
  10. "bracketSpacing": false,
  11. "bracketSameLine": false,
  12. "arrowParens": "avoid",
  13. "proseWrap": "always",
  14. "htmlWhitespaceSensitivity": "css",
  15. "endOfLine": "lf"
  16. }