summaryrefslogtreecommitdiffhomepage
path: root/.prettierrc
blob: 76167dddd6e431df6fdf74a77847ab40d3276c4c (plain)
1
2
3
4
5
6
7
8
{
    "trailingComma": "es5",
    "tabWidth": 4,
    "semi": false,
    "arrowParens": "always",
    "bracketSpacing": true,
    "singleQuote": true
}