thebespokepixel/truwrap

View on GitHub
src/lib/panel.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function panel has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function panel(buffer_, delimiter_, width_) {
    let longIdx = 0
    let maxCols = 0
    const spacerCols = []
    const tableData = []
Severity: Minor
Found in src/lib/panel.js - About 2 hrs to fix

    Parsing error: Unexpected token )
    Open

                ),
    Severity: Minor
    Found in src/lib/panel.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status