nodejs / corepack

Zero-runtime-dependency package acting as bridge between Node projects and their package managers
MIT License
2.31k stars 146 forks source link

chore: remove unused imports #431

Closed styfle closed 3 months ago

styfle commented 3 months ago

These imports were unused so I removed them

merceyz commented 3 months ago

@aduh95 We do, if we add --max-warnings 0 to https://github.com/nodejs/corepack/blob/a3e3e97369dbcdaa2ed6c6ad7c0233ee0a70f221/package.json#L59 or https://github.com/nodejs/corepack/blob/c2a6e4f313d18453f5d0db4589ded68326314f63/.github/workflows/ci.yml#L42 the CI will error on it instead of warn.