.prettierrc.json 117 B

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