.prettierrc 159 B

123456789101112
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "overrides": [
  5. {
  6. "files": ".prettierrc",
  7. "options": {
  8. "parser": "json"
  9. }
  10. }
  11. ]
  12. }