Showing 2,859 of 2,859 total issues
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('' + value, 'boolean');
Avoid too many return
statements within this function. Open
Open
if (!_deepEqual(a[key], b[key])) return false;
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('[Number: ' + formatted + ']', 'number');
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('[Boolean: ' + formatted + ']', 'boolean');
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return ctx.stylize(value.toString(), 'symbol');
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');