JuMastro/chromatic-console

View on GitHub
src/stylizer.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function createSet has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

  createSet (raw = false, flat = true) {
    if (typeof raw !== 'boolean') {
      throw new TypeError('The "raw" argument must be a boolean.')
    }

Severity: Minor
Found in src/stylizer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status