Skip to content

Commit

Permalink
Lets skip linting when building
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Oct 17, 2023
1 parent 063173a commit 5ce7ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
// compiler: {
// emotion: true,
// },
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
serverComponentsExternalPackages: [
"libnpmdiff",
Expand Down

1 comment on commit 5ce7ba7

@vercel
Copy link

@vercel vercel bot commented on 5ce7ba7 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.