Skip to content

Commit

Permalink
ignored eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
JHM69 committed Jul 14, 2023
1 parent d7a456a commit e863597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const nextConfig = {
// !! WARN !!
ignoreBuildErrors: true,
},
eslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
ignoreDuringBuilds: true,
},
};

module.exports = nextConfig;

0 comments on commit e863597

Please sign in to comment.