Cristikijian/frontend-project-lvl2

View on GitHub

Showing 2 of 2 total issues

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

    Avoid too many return statements within this function.
    Open

        return {
          key, value1: data1[key], value2: data2[key], type: UPDATED_TYPE,
        };
    Severity: Major
    Found in src/buildTree.js - About 30 mins to fix
      Severity
      Category
      Status
      Source
      Language