vkashti / .prettierrc.json
.prettierrc.json
Raw
{
  "arrowParens": "always",
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none"
}