Cristikijian/frontend-project-lvl2

View on GitHub
src/formatters/stylish.js

Summary

Maintainability
A
30 mins
Test Coverage
A
96%

Avoid too many return statements within this function.
Open

      return `${getIndent(depth)}  ${node.key}: {\n${output.join('\n')}\n${getIndent(depth)}  }`;
Severity: Major
Found in src/formatters/stylish.js - About 30 mins to fix

    There are no issues that match your filters.

    Category
    Status