Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple way to lint all dependencies #16

Closed
bluwy opened this issue Jan 10, 2023 · 1 comment
Closed

A simple way to lint all dependencies #16

bluwy opened this issue Jan 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bluwy
Copy link
Owner

bluwy commented Jan 10, 2023

Currently npx publint [dir] only supports linting a single directory. It would be convenient to have a command like npx publint deps to lint all deps quickly.

Other requirements:

  • Should pretty print multiple packages results in the CLI (Alphabetical)
  • A --filter argument will likely be needed
  • Should work in yarn and Deno resolutions

Other ideas:

  • Support uploading the package.json on https://publint.dev
  • Cache previous results with --cache argument
@bluwy bluwy added the enhancement New feature or request label Jan 10, 2023
@bluwy bluwy closed this as completed in 6954e2b Jan 11, 2023
@bluwy
Copy link
Owner Author

bluwy commented Jan 11, 2023

Released in v0.1.6. --filter isn't implemented yet until someone request for it. yarn pnp resolution is supported, but not Deno as it doesn't quite make sense as there's no package.json to start with. The other ideas could be left for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant