- Enforce return statements in getters
This rule enforces that a return statement is present in property getters.
Allows implicitly returning undefined with a return statement.
You can check them out here.