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

This commit is contained in:
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

View File

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