.prettierrc 232 B

12345678910111213
  1. {
  2. "tabWidth": 2,
  3. "useTabs": false,
  4. "arrowParens": "always",
  5. "bracketSpacing": true,
  6. "singleQuote": true,
  7. "trailingComma": "none",
  8. "semi": false,
  9. "proseWrap": "always",
  10. "printWidth": 100,
  11. "jsxSingleQuote": true
  12. }