- Enforce return statements in callbacks of array methods
This rule finds callback functions of the following methods, then checks usage of return statement.
Allows implicitly returning undefined with a return statement containing no expression.
You can check them out here.