pankod/refine

View on GitHub
packages/cli/src/utils/package/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getInstalledRefinePackagesFromNodeModules has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getInstalledRefinePackagesFromNodeModules = async () => {
  const REFINE_PACKAGES = ["core"];

  try {
    const packagesFromGlobbySearch = await globby("node_modules/@refinedev/*", {
Severity: Minor
Found in packages/cli/src/utils/package/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status