Bump nanoid from 3.1.25 to 3.2.0
[benchmarks-js.git] / .prettierrc.json
1 {
2 "arrowParens": "avoid",
3 "semi": false,
4 "singleQuote": true,
5 "spaceBeforeFunctionParen": true,
6 "trailingComma": "none"
7 }