From 9ff66fc6a078740f315335c39fd0c54c5a5d227e Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 8 Oct 2020 19:40:12 -0700 Subject: [PATCH] fix(rule): turn off @typescript-eslint/no-var-requires --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 4660326a..5bba7289 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -42,6 +42,7 @@ "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-warning-comments": "off", "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/ban-types": "off",