mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 21:11:55 -04:00
* build: enable `@typescript-eslint/no-import-type-side-effects` * build: disable `@typescript-eslint/consistent-type-imports` * chore: apply fixes for `no-import-type-side-effects` pnpm exec eslint "**/src/**/*.ts" "**/test/**/*.ts" --fix
@pnpm/modules-cleaner
Exports util functions to clean up node_modules
Install
pnpm install @pnpm/modules-cleaner
API
prune(...args)
Compares the wanted lockfile with the current one and removes redundant packages from node_modules.
removeDirectDependency(...args)
Removes a direct dependency from node_modules.
License
MIT