aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: e74ed9ff357859b4fe43a022c49f14813553c400 (plain)
1
2
3
4
5
6
{
    "trailingComma": "es5",
    "tabWidth": 4,
    "semi": false,
    "singleQuote": true
}