Compare commits

...

1 Commits

Author SHA1 Message Date
Joshua Higgins
d43bc7f7e5 ignore eslint for builds 2025-06-25 00:08:59 -04:00

View File

@@ -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 {