{ "extends": "next/core-web-vitals", "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/no-unused-vars": "off", "import/no-unresolved": "off", "import/named": "off", "no-console": "off", "react-hooks/exhaustive-deps": "off", "react/no-unescaped-entities": "off" } }