Open RebeccaStevens opened 2 years ago
Would you like to send a PR add CB
to this list?
Should it also be made so that this list is configurable by the user via an option?
Should it also be made so that this list is configurable by the user via an option?
Fine, we can use this https://github.com/sindresorhus/eslint-plugin-unicorn/blob/59218e3cd653fdf9ad7e7f5d2666e8c2fa775601/rules/utils/is-node-matches.js#L46
Related, but in that case the issue is just the autofix:
Here
CB
is an object with a bunch of functions on it. TheforEach
function has nothing to do arrays but gets flagged.