feat(eslint): no-process-env

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 14:31:47 +04:00
parent 5e92aa597a
commit 4aeb8473fa
2 changed files with 4 additions and 1 deletions

View File

@ -350,6 +350,9 @@
"no-path-concat": [
"error"
],
"no-process-env": [
"off"
],
"no-proto": [
"error"
],