.prettierrc 69 B

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