Just a minor suggestion, not sure if it's actually any better or preferred. Maybe:
array
can be a const
array = array.concat(otherArray);
array.push(...otherArray);
Real-life example xojs/xo@31068d4
(#538)
https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-spread.md
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