diff --git a/next.config.js b/next.config.js index 916a9a2..a74385c 100644 --- a/next.config.js +++ b/next.config.js @@ -27,6 +27,9 @@ const nextConfig = (phase, { defaultConfig }) => { compiler: { styledComponents: true, }, + eslint: { + ignoreDuringBuilds: true, + }, }; if (phase === PHASE_DEVELOPMENT_SERVER) { return {