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: required-modules rule (fixes #4021) #4024

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Contributor

@Trott Trott commented Oct 3, 2015

This rule can be used to mandate the usage of specific node modules in every file. For example, a project may wish to require that all test files load a particular module that performs specific runtime checks prior to program termination. (This is actually exactly what this rule was written to do on node core. Hoping it is deemed potentially useful to others.)

@Trott
Copy link
Contributor Author

Trott commented Oct 5, 2015

Closing. (This rule was rejected for inclusion in #4021.)

@Trott Trott closed this Oct 5, 2015
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 7, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants