Showing 272 of 791 total issues
Avoid too many return
statements within this function. Open
Open
return ii;
Avoid too many return
statements within this function. Open
Open
return Object.assign({}, state, {
minDate: action.payload
});
Avoid too many return
statements within this function. Open
Open
return Object.assign({}, state, {
maxDate: action.payload
});
Avoid too many return
statements within this function. Open
Open
return ii;
Avoid too many return
statements within this function. Open
Open
return ii !== -1 ? ii : null;
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return Object.assign({}, state, {
isDisabled: action.payload
});
Avoid too many return
statements within this function. Open
Open
return ii;
Avoid too many return
statements within this function. Open
Open
return {
year: parseIso(match[2], sign),
month: parseIso(match[3], sign),
week: parseIso(match[4], sign),
day: parseIso(match[5], sign),
Avoid too many return
statements within this function. Open
Open
return result + 'hodinami';
Avoid too many return
statements within this function. Open
Open
return {
milliseconds: diffRes.milliseconds,
month: diffRes.months
};
Avoid too many return
statements within this function. Open
Open
return input;
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return 'בערב';
Avoid too many return
statements within this function. Open
Open
return result + (plural(num) ? 'hodiny' : 'hodin');
Avoid too many return
statements within this function. Open
Open
return createInvalid(config);
Avoid too many return
statements within this function. Open
Open
return configFromStringAndFormat(config);
Avoid too many return
statements within this function. Open
Open
return result + 'dny';
Avoid too many return
statements within this function. Open
Open
return result + (plural(num) ? 'roky' : 'let');
Avoid too many return
statements within this function. Open
Open
return '下午';