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

Rule suggestion: node/no-unsupported-features/es-builtins the version option should not take precedence over the engines field #352

Open
loucadufault opened this issue Jun 29, 2023 · 0 comments

Comments

@loucadufault
Copy link

The version field is useful to specify a default/baseline version to target if the package does not explicitly specify engines field. This is sensible, as these rules are usually pulled from templates or sets of rules targeting a specific node version, but should be overwritten by the specific node version of individual packages.

Having the version field overwrite means that it is not possible to specify a default node version (besides the 8.0.0 default) without then ignoring packages' engines field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant