From 63080a9a0f2ffb8002ac1396d5ed225aae7580c6 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sun, 17 May 2020 17:23:33 -0400 Subject: [PATCH] disable rule --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c1d88b36..00f512ef 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -81,7 +81,9 @@ "no-plusplus": "off", - "no-undefined": "off" + "no-undefined": "off", + + "no-process-env": "off" }, "parser": "babel-eslint", "env": {