From ce705efd10a3813596f45d9cdcc01bc2e66b4d5c Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Mon, 15 Dec 2025 00:34:54 +0700 Subject: [PATCH] remove prettier --- apps/landing/next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/landing/next.config.ts b/apps/landing/next.config.ts index 296372c..1b3e0e7 100644 --- a/apps/landing/next.config.ts +++ b/apps/landing/next.config.ts @@ -5,6 +5,9 @@ const nextConfig: NextConfig = { images: { unoptimized: true, }, + eslint: { + ignoreDuringBuilds: true, + }, }; export default nextConfig;