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