Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add 'lint:deps' script to check for unused and unlisted deps
This uses knip (https://knip.dev) to check dependencies, in hopes of avoiding issues like open-telemetry#2473. This adds 'npm run lint:deps' and adds that to the existing 'npm run lint'. This change includes fixes for a handful of unused and unlisted deps. For now knip is configured to only check 'production' deps. Checking non-prod deps results in way too many false positives.
- Loading branch information