DEV Community

Cover image for "Need to disable some ESLint rules" eslint next.config.js- Nextjs Build Failed in Production
codegirl
codegirl

Posted on

"Need to disable some ESLint rules" eslint next.config.js- Nextjs Build Failed in Production

Ahoy, fellow developers!❤

Have you ever been stuck with "Need to disable some ESLint rules" in nextjs while working on a production build of Next.js?

But do not worry—a solution exists! In its infinite wisdom, Next.js has a built-in linting process that carefully examines your code.

Disabling the built-in linting phase completely is an option for those who dare and want Next.js to remain silent even when production builds encounter ESLint issues.

Read my full blog here:

http://codecraftsangita.blogspot.com/2024/04/need-to-disable-some-eslint-rules.html

Top comments (0)