build(deps-dev): Bump eslint-plugin-jsdoc from 48.0.4 to 48.0.5
[benchmarks-js.git] / .prettierrc.json
1 {
2 "$schema": "https://json.schemastore.org/prettierrc",
3 "arrowParens": "avoid",
4 "singleQuote": true,
5 "semi": false,
6 "trailingComma": "none"
7 }