From 1fa07285c0f6b223f65de7328217b9d80937f6d3 Mon Sep 17 00:00:00 2001 From: Jack Andrews Date: Wed, 6 Nov 2024 21:26:31 +0000 Subject: [PATCH] patch: rule --- apps/landing/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/landing/.eslintrc.json b/apps/landing/.eslintrc.json index 25904e8b1..c97ff0fbb 100644 --- a/apps/landing/.eslintrc.json +++ b/apps/landing/.eslintrc.json @@ -2,7 +2,8 @@ "extends": ["next/core-web-vitals", "next/typescript"], "rules": { "react/no-unescaped-entities": "off", - "@next/next/no-page-custom-font": "off" + "@next/next/no-page-custom-font": "off", + "@typescript-eslint/ban-ts-ignore": "off" } }