chartjs/Chart.js

View on GitHub
src/helpers/helpers.config.ts

Summary

Maintainability
B
5 hrs
Test Coverage

File helpers.config.ts has 344 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* eslint-disable @typescript-eslint/no-use-before-define */
import type {AnyObject} from '../types/basic.js';
import type {ChartMeta} from '../types/index.js';
import type {
  ResolverObjectKey,
Severity: Minor
Found in src/helpers/helpers.config.ts - About 4 hrs to fix

    Function _attachContext has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export function _attachContext<
      T extends AnyObject[] = AnyObject[],
      R extends AnyObject[] = T
    >(
      proxy: ResolverProxy<T, R>,
    Severity: Minor
    Found in src/helpers/helpers.config.ts - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status