code like
var res = $module.filter(selector.disabled).length > 0;
is currently autofixed to
var res = $module.some(selector.disabled);
but there is no $().some
jQuery function, so the code is broken after autofix
IMHO the rule is legit, but there should be no autofix if the source cannot be 100% reasoned as an array
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