.prettierrc.json 108 B

1234567
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "tabWidth": 2,
  5. "trailingComma": "none",
  6. "printWidth": 100
  7. }