You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
Currently
npx publint [dir]
only supports linting a single directory. It would be convenient to have a command likenpx publint deps
to lint all deps quickly.Other requirements:
--filter
argument will likely be neededOther ideas:
package.json
on https://publint.dev--cache
argumentThe text was updated successfully, but these errors were encountered: