Zhar-anna/frontend-project-lvl2

View on GitHub
src/formatters/plain.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function plain has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const plain = (diff, fileName = []) => {
  const {
    type, children, name, value, value1, value2,
  } = diff;
  const nestedKeys = [...fileName, name];
Severity: Minor
Found in src/formatters/plain.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status