okunishinishi/node-colorprint

View on GitHub
lib/colorprint.js

Summary

Maintainability
A
2 hrs
Test Coverage

prototype has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

Colorprint.prototype = {
  disabled: false,
  prepareMsg () {
    const msg = formatMsg.apply(formatMsg, arguments)
    return [this.PREFIX, indentMsg(msg, this.indent), this.SUFFIX].join('')
Severity: Minor
Found in lib/colorprint.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status