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.