From e2ae16bd2ce045eefdafcafd581849f2a7c13828 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 24 Jul 2022 15:41:21 -0400 Subject: [PATCH] e z --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 37cb2b6..00ce74d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,6 +26,7 @@ "@typescript-eslint/no-unused-vars": "error", "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/consistent-type-imports": "error", + "no-undef": "off", /** * Having a semicolon helps the optimizer interpret your code correctly.