From a495e184dc213df1cbca4e464f8e42cd900a8709 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 15 Apr 2020 20:38:09 -0400 Subject: [PATCH] turn off no-undefined rule --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 29ec4835..c1d88b36 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -79,7 +79,9 @@ // if someone does this it's probably intentional "no-useless-concat": "off", - "no-plusplus": "off" + "no-plusplus": "off", + + "no-undefined": "off" }, "parser": "babel-eslint", "env": {