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