MetaMask / module-lint

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

Add checks for Node version compliance #41

Closed kanthesha closed 7 months ago

kanthesha commented 7 months ago

For any given project, we want to verify the following to make sure node version compliance:

Fixes #12

kanthesha commented 7 months ago

@mcmire thanks for the review. Some of these changes will impact the tests and requires changes in test files. I've included all the suggested changes and fixed the tests.