.prettierrc.json 65 B

12345
  1. {
  2. "semi": true,
  3. "singleQuote": true,
  4. "endOfLine": "auto"
  5. }