shootismoke/common

View on GitHub
packages/convert/src/convert.ts

Summary

Maintainability
A
40 mins
Test Coverage
A
100%

Consider simplifying this complex logical expression.
Open

    if (
        from === 'ppb' ||
        from === 'ppm' ||
        from === 'particles/cm³' ||
        to === 'ppb' ||
Severity: Major
Found in packages/convert/src/convert.ts - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status