18F/web-design-standards

View on GitHub
packages/usa-in-page-navigation/src/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function createInPageNav has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createInPageNav = (inPageNavEl) => {
  const inPageNavTitleText = Sanitizer.escapeHTML`${
    inPageNavEl.dataset.titleText || IN_PAGE_NAV_TITLE_TEXT
  }`;
  const inPageNavTitleHeadingLevel = Sanitizer.escapeHTML`${
Severity: Major
Found in packages/usa-in-page-navigation/src/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status