ignore eslint for builds
This commit is contained in:
@@ -27,6 +27,9 @@ const nextConfig = (phase, { defaultConfig }) => {
|
|||||||
compiler: {
|
compiler: {
|
||||||
styledComponents: true,
|
styledComponents: true,
|
||||||
},
|
},
|
||||||
|
eslint: {
|
||||||
|
ignoreDuringBuilds: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
if (phase === PHASE_DEVELOPMENT_SERVER) {
|
if (phase === PHASE_DEVELOPMENT_SERVER) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user