.prettierrc.json 66 B

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