Skip to content

Commit 7026235

Browse files
Upgrade to Next.js 16.1.1 with React 19.2.3
Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com>
1 parent ff05216 commit 7026235

4 files changed

Lines changed: 704 additions & 246 deletions

File tree

next.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ const nextConfig: NextConfig = {
4242
// Type checking is handled by the CI pipeline
4343
ignoreBuildErrors: false,
4444
},
45-
46-
// ESLint configuration
47-
eslint: {
48-
// Linting is handled by the CI pipeline
49-
ignoreDuringBuilds: false,
50-
},
5145
};
5246

5347
export default nextConfig;

0 commit comments

Comments
 (0)