From a5c8628492528d4acb711c76e809e05e820ef873 Mon Sep 17 00:00:00 2001 From: Mohammed Rabay'a Date: Thu, 21 Mar 2024 01:37:44 +0100 Subject: [PATCH] temp disable eslint on build --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index 3019a54..b0bb799 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,9 @@ const nextConfig = { locales: ["en-US", "ar"], defaultLocale: "en-US", }, + eslint: { + ignoreDuringBuilds: true, + }, trailingSlash: true, styledComponents: true, experimental: {