build(deps-dev): Bump @commitlint/cli from 18.4.3 to 18.4.4
[benchmarks-js.git] / .prettierrc.json
1 {
2 "$schema": "https://json.schemastore.org/prettierrc",
3 "semi": false,
4 "singleQuote": true,
5 "trailingComma": "es5"
6 }