From c40bfa1cb2c438be7cbb558996a9a9efdb1bd43c Mon Sep 17 00:00:00 2001 From: Jack Andrews Date: Wed, 6 Nov 2024 21:42:06 +0000 Subject: [PATCH] patch: --- apps/landing/.eslintrc.json | 6 ++++-- apps/landing/src/component/Fathom.tsx | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/landing/.eslintrc.json b/apps/landing/.eslintrc.json index c97ff0fbb..4d94e32c0 100644 --- a/apps/landing/.eslintrc.json +++ b/apps/landing/.eslintrc.json @@ -3,7 +3,9 @@ "rules": { "react/no-unescaped-entities": "off", "@next/next/no-page-custom-font": "off", - "@typescript-eslint/ban-ts-ignore": "off" + "@typescript-eslint/ban-ts-ignore": "off", + "compilerOptions": { + "skipDefaultLibCheck": true + } } - } diff --git a/apps/landing/src/component/Fathom.tsx b/apps/landing/src/component/Fathom.tsx index 1c393acd4..512431a45 100644 --- a/apps/landing/src/component/Fathom.tsx +++ b/apps/landing/src/component/Fathom.tsx @@ -1,4 +1,5 @@ // Fathom.tsx +// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-nocheck "use client";