.prettierrc.json 189 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/prettierrc",
  3. "semi": false,
  4. "tabWidth": 2,
  5. "singleQuote": true,
  6. "printWidth": 100,
  7. "trailingComma": "none",
  8. "arrowParens": "avoid"
  9. }