From 3b37229c45969a3c53af123c69bb749578ee6b0b Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sun, 11 Oct 2020 16:11:45 -0700 Subject: [PATCH] fix(rule): turn off @typescript-eslint/no-var-requires (#578) --- .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",