We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have created a wrapper around process.env, and would like to enforce developers use the wrapper instead of directly using process.env.
process.env
All this rule needs is to be able to accept a custom error message in the eslint config. Any thoughts, objections, opinions?
The text was updated successfully, but these errors were encountered:
no-process-env: support custom error message
6a7d560
closes mysticatea#318 (no-process-env: accept a custom error message)
0d18cac
No branches or pull requests
I have created a wrapper around process.env, and would like to enforce developers use the wrapper instead of directly using
process.env
.All this rule needs is to be able to accept a custom error message in the eslint config. Any thoughts, objections, opinions?
The text was updated successfully, but these errors were encountered: