fix: ensure no tasks are queued when trying to soft kill a dynamic worker
[poolifier.git] / .prettierrc.json
... / ...
CommitLineData
1{
2 "$schema": "https://json.schemastore.org/prettierrc",
3 "arrowParens": "avoid",
4 "semi": false,
5 "singleQuote": true,
6 "trailingComma": "none"
7}