refactor: refine prettier configuration
[benchmarks-js.git] / .prettierrc.json
CommitLineData
2d786acc 1{
a879df19 2 "$schema": "https://json.schemastore.org/prettierrc",
2d786acc
JB
3 "semi": false,
4 "singleQuote": true,
2d786acc
JB
5 "trailingComma": "none"
6}