src/components/Widgets/Markdown/serializers/remarkAssertParents.js
Function remarkUnwrapInvalidNest
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function remarkUnwrapInvalidNest() {
return transform;
function transform(tree) {
const invalidNest = findInvalidNest(tree);