2023-06-10
ESLint: Failed to load config "next/core-web-vitals" to extend from. Referenced from: /Users/username/Project/.eslintrc.json
謎。
とりあえずやったこと
yarn add -D eslint-config-next
解決
上位フォルダに .eslintrc.json
というファイルがありそれを読み込んでたっぽい。。
そっちのファイルを削除したらなおった。