.prettierrc.json 76 B

12345
  1. {
  2. "tabWidth": 4,
  3. "singleQuote": true,
  4. "trailingComma": "none"
  5. }