alvis/presetter

View on GitHub

Showing 1 of 17 total issues

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
    Severity
    Category
    Status
    Source
    Language