Skip to content

Commit

Permalink
chore: disable next build eslint verification
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Aug 5, 2024
1 parent 126c2f5 commit f5f41d7
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 @@ -7,6 +7,9 @@ await import('./src/env.js')
/** @type {import("next").NextConfig} */
const config = {
experimental: {},
eslint: {
ignoreDuringBuilds: true,
}
}

export default config

0 comments on commit f5f41d7

Please sign in to comment.