Showing 710 of 710 total issues
Avoid too many return
statements within this function. Open
Open
return components.add(componentNode, 1);
Avoid too many return
statements within this function. Open
Open
return {};
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return '__COMPUTED_PROP__';
Avoid too many return
statements within this function. Open
Open
return node;
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return isJSXValue(node.left) || isJSXValue(node.right);
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return isFirstLetterCapitalized(node.id.name) ? node : undefined;
Avoid too many return
statements within this function. Open
Open
return unwrappedObjectNode.name === 'props' && !ast.isAssignmentLHS(node);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true;