aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 93462e6d1ef108bbeb647f533f613e5e8a47cfd8 (plain)
1
2
3
4
5
6
{
    "semi": true,
    "trailingComma": "none",
    "singleQuote": true,
    "printWidth": 80
}