Showing 1,896 of 2,859 total issues
Avoid too many return
statements within this function. Open
Open
return ctx.stylize(Date.prototype.toString.call(value), 'date');
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('[String: ' + formatted + ']', 'string');
Avoid too many return
statements within this function. Open
Open
return objEquiv(actual, expected);
Avoid too many return
statements within this function. Open
Open
return 'closed';
Avoid too many return
statements within this function. Open
Open
return path;
Avoid too many return
statements within this function. Open
Open
return braces[0] + base + braces[1];
Avoid too many return
statements within this function. Open
Open
return actual == expected;
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return 'closed';
Avoid too many return
statements within this function. Open
Open
return n;
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('[Object]', 'special');
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('null', 'null');
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
Avoid too many return
statements within this function. Open
Open
return reduceToSingleString(output, base, braces);
Avoid too many return
statements within this function. Open
Open
return formatError(value);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return state.length;