JamieMason/syncpack

View on GitHub
src/get-package-json-files/package-json-file.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
98%

Function getInstances has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getInstances(enabledTypes: Strategy.Any[]): Effect.Effect<Instance[]> {
    if (!this._instances) {
      return pipe(
        Effect.all(
          enabledTypes.map((strategy) =>
Severity: Minor
Found in src/get-package-json-files/package-json-file.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status