.prettierrc 179 B

12345678910
  1. {
  2. "useTabs": true,
  3. "singleQuote": true,
  4. "trailingComma": "es5",
  5. "printWidth": 100,
  6. "htmlWhitespaceSensitivity": "css",
  7. "jsxBracketSameLine": true,
  8. "arrowParens": "avoid"
  9. }