pankod/refine

View on GitHub
packages/cli/src/transformers/integrations/react-router.ts

Summary

Maintainability
B
5 hrs
Test Coverage

Function transformer has 127 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default async function transformer(file: FileInfo, api: API) {
  const j = api.jscodeshift;
  const source = j(file.source);

  const hasRefineElement =
Severity: Major
Found in packages/cli/src/transformers/integrations/react-router.ts - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status