pankod/refine

View on GitHub
packages/antd/tsup.config.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

      setup: (build) => {
        if (build.initialOptions.format === "cjs") {
          return;
        }
        if (build.initialOptions.format === "esm") {
Severity: Minor
Found in packages/antd/tsup.config.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status