Showing 671 of 671 total issues
Avoid too many return
statements within this function. Open
Open
return obj.id ?? obj.email ?? obj.title ?? obj.name ?? undefined;
Avoid too many return
statements within this function. Open
Open
return acc;
Avoid too many return
statements within this function. Open
Open
return t('field.default.rollup.title', lookupName);
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return (cellValue as any)[0];
Avoid too many return
statements within this function. Open
Open
return acc;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return formatDateToString(cellValue as string, (options as IDateFieldOptions).formatting);
Avoid too many return
statements within this function. Open
Open
return chartInstance;
Avoid too many return
statements within this function. Open
Open
return {
operation,
index,
value: valueJson,
};
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return cellValue
.map((v) => formatDateToString(v, (options as IDateFieldOptions).formatting))
.join(', ');
Avoid too many return
statements within this function. Open
Open
return stackData;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return res;
Avoid too many return
statements within this function. Open
Open
return handler(context);
Avoid too many return
statements within this function. Open
Open
return stackList.filter(({ count }) => count > 0);
Avoid too many return
statements within this function. Open
Open
return stackList;
Avoid too many return
statements within this function. Open
Open
if (stack == null) return;