Showing 110 of 220 total issues
Avoid too many return
statements within this function. Open
Open
return (
<Sidebar content={sidebarContent}>
<Layout>
<Notifs CustomComponent={Toast} />
<AppHeader
Avoid too many return
statements within this function. Open
Open
return createBlock(slateType, nodes);
Avoid too many return
statements within this function. Open
Open
return createText('\n');
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return unwrapped.insertBlock(defaultBlock).apply();
Avoid too many return
statements within this function. Open
Open
return state.transform().insertText('\n').apply();
Avoid too many return
statements within this function. Open
Open
return { widget: 'markdown' };
Avoid too many return
statements within this function. Open
Open
return { widget: 'string' };
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return u(typeMap[node.type], props, children);
Avoid too many return
statements within this function. Open
Open
return acc;
Avoid too many return
statements within this function. Open
Open
return { widget: 'object', fields: inferFields([value]) };
Avoid too many return
statements within this function. Open
Open
return createBlock(typeMap[type], { isVoid: true });
Avoid too many return
statements within this function. Open
Open
return u(typeMap[node.type], { url, title }, children);
Avoid too many return
statements within this function. Open
Open
return state.withMutations((map) => {
map.set('isFetching', false);
map.set('term', searchTerm);
map.set('queryHits', Map({ [action.payload.namespace]: response.hits }));
});
Avoid too many return
statements within this function. Open
Open
if (idxA < idxB) return -1;
Avoid too many return
statements within this function. Open
Open
return createText(convertMarkNode(node));
Avoid too many return
statements within this function. Open
Open
return createBlock(typeMap[type], nodes, { data });
Avoid too many return
statements within this function. Open
Open
return createBlock(slateType, nodes, { data });
Avoid too many return
statements within this function. Open
Open
return createInline(typeMap[type], nodes, { data });