eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

no-process-env: accept a custom error message

Open devinrhode2 opened this issue 3 years ago • 0 comments

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?

devinrhode2 avatar Jan 19 '22 20:01 devinrhode2