dopry/netlify-cms

View on GitHub
src/components/Widgets/Markdown/serializers/remarkAssertParents.js

Summary

Maintainability
A
1 hr
Test Coverage

Function remarkUnwrapInvalidNest has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function remarkUnwrapInvalidNest() {
  return transform;

  function transform(tree) {
    const invalidNest = findInvalidNest(tree);
Severity: Minor
Found in src/components/Widgets/Markdown/serializers/remarkAssertParents.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status