catarse/catarse.js

View on GitHub
legacy/src/experiments/c/explore-light-box.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function view has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    view({attrs}) {
        const onClose = attrs.onClose;
        const categories = attrs.categories;
        const closePreventRedirect = (/** @type {Event} */ event) => {
            event.preventDefault();
Severity: Major
Found in legacy/src/experiments/c/explore-light-box.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status