diff --git a/next.config.js b/next.config.js index fe229756..a41d034b 100644 --- a/next.config.js +++ b/next.config.js @@ -42,6 +42,10 @@ module.exports = withTM({ locales: ["en"], defaultLocale: "en", }, + eslint: { + // This allows production builds to successfully complete even if the project has ESLint errors. + ignoreDuringBuilds: true, + }, typescript: { ignoreBuildErrors: true, },