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": {