Showing 198 of 403 total issues
Avoid too many return
statements within this function. Open
Open
if (object.length) return fromArrayLike(that, object)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return arrayIndexOf(this, val, byteOffset)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return result;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return arrayIndexOf(this, [ val ], byteOffset)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return result;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('null', 'null');
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return fromObject(this, arg)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return reduceToSingleString(output, base, braces);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ctx.stylize('[Object]', 'special');
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
- Create a ticketCreate a ticket