Proposal to turn off eslint during 'yarn / next build' (#4027)
parent
fdc8a839b4
commit
0bd8c23be7
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue