.prettierrc 134 Bytes
Newer Older
John Doe's avatar
John Doe committed
1 2 3 4 5 6 7
{
    "arrowParens": "avoid",
    "singleQuote": true,
    "trailingComma": "all",
    "printWidth": 100,
    "proseWrap": "always"
}