.prettierrc.json 75 B

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