-
-
Notifications
You must be signed in to change notification settings - Fork 418
Closed
Labels
Description
Description
Like no-array-push-push but for DOMTokenList.add.
Fail
el.classList.add('foo');
el.classList.add('bar', 'baz');Pass
el.classList.add('foo', 'bar', 'baz');Additional Info
Maybe also name it no-classlist-add-add because the rule wil likely match on that string and does not actually know the type.
sindresorhus, fisker, dimaMachina, so1ve, jase88 and 1 more