.prettierrc 69 B

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