const {
project,
triggers,
abortSignal: userAbortSignal,
debounce: userDebounce,
onReady,
}: Configuration = {
// as far as I can tell, this is a bug in unicorn/no-unused-properties
// eslint-disable-next-line unicorn/no-unused-properties
debounce: {
wait: 1_000,
},
...configurationInput,
};
Here debounce
is reported as unused despite it being aliased to userDebounce
, which is used in the the code.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too