From 303d140870b379e8f61007cce1734c704d839e1b Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 12 Jul 2023 17:49:28 -0700 Subject: [PATCH] Disable @typescript-eslint/ban-types Revert when upstream issue is closed https://github.com/seamapi/nextlove/issues/81 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 85675bd9..354477e3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -61,6 +61,7 @@ { "files": ["src/lib/seam/connect/**/*.ts"], "rules": { + "@typescript-eslint/ban-types": "off", "@typescript-eslint/naming-convention": "off", "node/file-extension-in-import": [ "error",