Skip to content

Commit

Permalink
fix: next config eslint rm
Browse files Browse the repository at this point in the history
  • Loading branch information
harishdeivanayagam committed Jan 10, 2025
1 parent c2a7db8 commit 500428c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
eslint: {
ignoreDuringBuilds: true,
},
};

export default nextConfig;

0 comments on commit 500428c

Please sign in to comment.