notonthehighstreet/breadboard

View on GitHub
lib/getDependencyModules.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (packageDir, blacklist, substitutes) => {
  const absolutePackageJsonPath = resolvePath(process.cwd(), `${packageDir}/package.json`);

  return new Promise((resolve, reject) => {
    let dependencyModules = {};
Severity: Minor
Found in lib/getDependencyModules.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status