Proposal to turn off eslint during 'yarn / next build' (#4027)

pull/4025/head^2
Alex van Andel 2022-08-30 12:50:34 +01:00 committed by GitHub
parent fdc8a839b4
commit 0bd8c23be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ plugins.push(withAxiom);
/** @type {import("next").NextConfig} */ /** @type {import("next").NextConfig} */
const nextConfig = { const nextConfig = {
i18n, i18n,
eslint: {
ignoreDuringBuilds: true,
},
experimental: { experimental: {
images: { images: {
unoptimized: true, unoptimized: true,