aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 65ca4c561a0b4df4a65d485a2f7859db13805214 (plain)
1
2
3
4
5
6
7
8
9
{
    "semi": true,
    "singleQuote": false,
    "tabWidth": 2,
    "trailingComma": "es5",
    "printWidth": 100,
    "bracketSpacing": true,
    "arrowParens": "always"
}