Like no-array-push-push
but for DOMTokenList.add
.
el.classList.add('foo');
el.classList.add('bar', 'baz');
el.classList.add('foo', 'bar', 'baz');
Maybe also name it no-classlist-add-add
because the rule wil likely match on that string and does not actually know the type.
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