- Require spread operators instead of .apply()
This rule is aimed to flag usage of Function.prototype.apply() in situations where the spread operator could be used instead.
You can check them out here.