Bump prettier from 2.8.5 to 2.8.6
[benchmarks-js.git] / .prettierrc.json
CommitLineData
2d786acc
JB
1{
2 "arrowParens": "avoid",
3 "semi": false,
4 "singleQuote": true,
2d786acc
JB
5 "trailingComma": "none"
6}