From 78b5e0c6aa382a053b73c8466a992f4de7b3e1f8 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Fri, 10 Sep 2021 17:54:42 +0700 Subject: [PATCH] :wrench: config: ignoreDuringBuilds, isolatedModules :%s --- next.config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/next.config.js b/next.config.js index d8ae52148..82dc1c09d 100644 --- a/next.config.js +++ b/next.config.js @@ -13,6 +13,9 @@ const isVendure = provider === 'vendure' module.exports = withCommerceConfig({ commerce, + eslint: { + ignoreDuringBuilds: true, + }, images: { // todo: replace domains for images domains: ['user-images.githubusercontent.com'], @@ -42,10 +45,6 @@ module.exports = withCommerceConfig({ }, ].filter(Boolean) }, - eslint: { - ignoreDuringBuilds: true, - disablelintbuild: false, - } }) // Don't delete this console log, useful to see the commerce config in Vercel deployments