{ "extends": ["../.eslintrc.json", "next/core-web-vitals"], "ignorePatterns": [".next", "__ENV.js"], "rules": { "@next/next/no-img-element": "off", "@next/next/no-sync-scripts": "off", "@next/next/no-html-link-for-pages": ["error", "pages"] } }