AmericanAirlines / simple-env

An intuitive, strongly typed, and scalable way to retrieve environment variables.
https://www.npmjs.com/package/@americanairlines/simple-env
MIT License
11 stars 9 forks source link

Research whether it's possible to create a custom rule for disallowing process.env #3

Closed SpencerKaiser closed 3 years ago

SpencerKaiser commented 3 years ago

Pre-requisites:

Feature Description

If possible, we should add docs on how to allow users to add a new rule to their eslint configuration to disallow process.env so devs are required to use this package when it's installed.

Comment any relevant findings to this issue and new issues will be created to address any code/documentation changes.

SpencerKaiser commented 3 years ago

It is possible to create a plugin with custom functionality. I'll open a separate issue for that.