eslint-config-auto
eslint-config-auto copied to clipboard
Load next lint when Next.js is detected
Latest major version (11) of Next.js supports now eslint: https://nextjs.org/docs/basic-features/eslint
If project contains the 11.1.0 or later version of "next", then eslint-config-auto would load the most strict next lint package: next/core-web-vitals.
Happy to take a PR that adds @next/eslint-plugin-next/recomended
Hi, sorry for the delay, happy to accept a PR for that.