Neovici/cosmoz-tabs

View on GitHub
src/use-tab.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function useTab has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const useTab = (host) => {
    useEffect(() => {
        host.dispatchEvent(
            new CustomEvent('cosmoz-tab-alter', {
                bubbles: true,
Severity: Minor
Found in src/use-tab.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status