refactor: refactor function arguments
[poolifier.git] / .prettierrc.json
CommitLineData
0eee77cb
JB
1{
2 "$schema": "https://json.schemastore.org/prettierrc",
cb9249cf 3 "arrowParens": "avoid",
0eee77cb 4 "singleQuote": true,
cb9249cf 5 "semi": false,
fd7f20bf 6 "trailingComma": "none"
0eee77cb 7}