pankod/superplate

View on GitHub
src/Helper/npm/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function get_potential_package_managers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const get_potential_package_managers = (): Array<{
    message: string;
    name: string;
}> => {
    const pmQuestionChoises = [
Severity: Minor
Found in src/Helper/npm/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status