- Disallow unnecessary calls to .call() and .apply()
This rule is aimed to flag usage of Function.prototype.call() and Function.prototype.apply() that can be replaced with the normal function invocation.
You can check them out here.