From e5a8958e05b289c94e819f13f3fddc130cd38c8a Mon Sep 17 00:00:00 2001 From: Husky <39809509+Huskydog9988@users.noreply.github.com> Date: Sat, 31 Dec 2022 12:51:48 -0500 Subject: [PATCH] ci(web): ignore eslint on next build --- apps/web/next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 761188ad..5f1359f5 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -46,6 +46,9 @@ const nextConfig = { locales: ['en-US'], defaultLocale: 'en-US', }, + eslint: { + ignoreDuringBuilds: true, + }, typescript: { // TODO: remove once errors are fixed // this is only so we can test the docker ci