1 /** @type {import('next').NextConfig} */ 2 const nextConfig = {}; 3 // next.config.js 4 nextConfig.eslint = { 5 // Ignore during builds 6 ignoreDuringBuilds: true, 7 }; 8 9 10 export default nextConfig;