.prettierrc.json 67 B

12345
  1. {
  2. "proseWrap": "always",
  3. "semi": true,
  4. "singleQuote": true
  5. }