Skip to content
Snippets Groups Projects
.prettierrc.json 79 B
{
  "singleQuote": true,
  "trailingComma": "none",
  "arrowParens": "avoid"
}