Pattern: Malformed return
in function
Issue: -
Prefer return;
in void functions and return undefined;
in value-returning functions.
Pattern: Malformed return
in function
Issue: -
Prefer return;
in void functions and return undefined;
in value-returning functions.