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" } }