{ "extends": ["next/core-web-vitals", "next/typescript", "plugin:prettier/recommended"], "rules": { "prettier/prettier": [ "error", { "endOfLine": "auto" } ], "@next/next/no-img-element": "off" } }