{ "extends": [ "next/core-web-vitals", "next/typescript" ], "rules": { "@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-explicit-any": "warn", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn" } }