Skip to content

Commit

Permalink
ignoreDuringBuilds eslint in next.config.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalnomad91 committed Dec 20, 2024
1 parent 99de233 commit eacf75c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// next.config.js
module.exports = {}
module.exports = {
eslint: {
ignoreDuringBuilds: true,
},
}

0 comments on commit eacf75c

Please sign in to comment.