Very helpful! I think in next@^11 the "next/core-web-vitals" already extends the "next" config, so you don't need to put it in the array.
You can see this in node_modules/@next/eslint-plugin-next/lib/index.js when you're searching for 'core-web-vitals' in your next project:
Very helpful! I think in next@^11 the "next/core-web-vitals" already extends the "next" config, so you don't need to put it in the array.
You can see this in
node_modules/@next/eslint-plugin-next/lib/index.jswhen you're searching for 'core-web-vitals' in your next project:By the way, at the moment you need to pin eslint to "7.32.0", because the version 8 has breaking changes and throws an error.
My apologies for the delay in responding. I am so thankful for your tip, especially about the version.