alvis/presetter

View on GitHub
packages/preset-rollup/source/plugin.ts

Summary

Maintainability
A
40 mins
Test Coverage
A
100%

Consider simplifying this complex logical expression.
Open

  if (
    typeof value !== 'string' &&
    !(
      Array.isArray(value) &&
      value.length <= PLUGIN_LIST_MAX_ITEMS &&
Severity: Major
Found in packages/preset-rollup/source/plugin.ts - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status