diff --git a/.eslintrc b/.eslintrc index 90d6a7fecb..196eb5aa3e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -34,6 +34,7 @@ "no-this-before-super": 2, "no-throw-literal": 0, "no-underscore-dangle": 0, + "no-undef": 2, "no-unused-vars": [2, { "vars": "all", "args": "none" }], "no-use-before-define": 0, "no-var": 2,