Skip to content
Discussion options

You must be logged in to vote

Hi @khaosdoctor -- Thank you for this report. Support for other JS package managers beyond NPM is something that we would consider for the future.

One technique that we often recommend is using a separate package.json file specifically for your JS static analysis tools. The advantage of this is that Qlty will be faster (since it won't need to install app dependencies), and also it guarantees that a static analysis tool update will never cause an app bug (due to e.g. a shared dependency change). So you might try Yarn for your app and NPM just for Qlty.

We'll provide an update here if / when we add support for other package managers.

Best, -Bryan

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@khaosdoctor
Comment options

Answer selected by khaosdoctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants