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

New Rule: Engines Validation #85

Closed
ntwb opened this issue May 31, 2018 · 2 comments
Closed

New Rule: Engines Validation #85

ntwb opened this issue May 31, 2018 · 2 comments
Assignees
Labels
enhancement 👑 New feature or request

Comments

@ntwb
Copy link
Contributor

ntwb commented May 31, 2018

It would be great to have a valid-values-engines rule to validate and enfore specific Node.js and/or npm versions, ideally support valid SemVer versioning.


"engines": {
  "node": "8.9.3",
  "npm": "6.1.0"
},
@tclindner tclindner added the enhancement 👑 New feature or request label Jun 2, 2018
@tclindner
Copy link
Owner

Great suggestion, @ntwb! I'll start on this over the weekend.

@tclindner tclindner self-assigned this Jun 2, 2018
tclindner added a commit that referenced this issue Jun 2, 2018
tclindner added a commit that referenced this issue Jun 2, 2018
* Add new valid-values-engines rules

Closes #85

* Update lock file

* Lint issue

* Valid ranges instead of version
@tclindner
Copy link
Owner

Let me know how it works for you! Here's a link to the docs.

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

2 participants