WeAreGenki/minna-ui

View on GitHub
components/tooltip/src/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function tooltip has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const tooltip: SvelteAction = (node, text) => {
  const el = document.createElement('div');
  el.className = 'tooltip';
  el.textContent = text;

Severity: Minor
Found in components/tooltip/src/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status