MetaMask / module-lint

Analyzes one or more repos for divergence from a template repo.
1 stars 3 forks source link

Add Yarn-related rules #39

Closed mcmire closed 8 months ago

mcmire commented 8 months ago

For a given project, we want to ensure that it is using the same Yarn version as the module template, that Yarn is configured exactly the same way as in the module template, and that all of the Yarn-related files are present, including the Yarn "binary" in .yarn/releases and the plugins in .yarn/plugins. We also want to ensure that the version we recommend users install in the README matches the same version as the module template.

To accomplish this, this commit adds six new rules:

Fixes #11. Fixes #23.

kanthesha commented 8 months ago

Overall looks neat! Left few minor suggestions / comments.

mcmire commented 8 months ago

I believe I've addressed all of the feedback now.