.prettierrc 102 Bytes
Newer Older
bellship24's avatar
bellship24 committed
1
2
3
4
5
6
{
  "singleQuote": true,
  "trailingComma": "none",
  "arrowParens": "avoid",
  "endOfLine": "auto"
}