Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions libs/checkpoint-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph-checkpoint-mongodb",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-checkpoint-mongodb",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -43,11 +43,11 @@
"@tsconfig/recommended": "^1.0.3",
"@types/better-sqlite3": "^7.6.12",
"@types/uuid": "^10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
8 changes: 4 additions & 4 deletions libs/checkpoint-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph-checkpoint-postgres",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-checkpoint-postgres",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -43,11 +43,11 @@
"@tsconfig/recommended": "^1.0.3",
"@types/pg": "^8.11.8",
"@types/uuid": "^10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
6 changes: 5 additions & 1 deletion libs/checkpoint-redis/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ module.exports = {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
{
argsIgnorePattern: "^_",
varsIgnorePattern: "^_",
caughtErrors: "none",
},
],
"no-undef": "off", // TypeScript handles this
"no-redeclare": "off",
Expand Down
10 changes: 5 additions & 5 deletions libs/checkpoint-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph-checkpoint-redis",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-checkpoint-redis",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -44,11 +44,11 @@
"@tsconfig/recommended": "^1.0.3",
"@types/node": "^20",
"testcontainers": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down Expand Up @@ -106,4 +106,4 @@
"files": [
"dist/"
]
}
}
8 changes: 4 additions & 4 deletions libs/checkpoint-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph-checkpoint-sqlite",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-checkpoint-sqlite",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -43,12 +43,12 @@
"@tsconfig/recommended": "^1.0.3",
"@types/better-sqlite3": "^7.6.12",
"@types/uuid": "^10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"better-sqlite3": "^12.6.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
8 changes: 4 additions & 4 deletions libs/checkpoint-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph-checkpoint-validation",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-checkpoint-validation && cp src/runner.ts dist/runner.ts",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand Down Expand Up @@ -53,12 +53,12 @@
"@tsconfig/recommended": "^1.0.3",
"@types/uuid": "^10",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"better-sqlite3": "^11.7.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
8 changes: 4 additions & 4 deletions libs/checkpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph-checkpoint",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-checkpoint",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -40,11 +40,11 @@
"@langchain/scripts": ">=0.1.3 <0.2.0",
"@tsconfig/recommended": "^1.0.3",
"@types/uuid": "^10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/checkpoint/src/serde/jsonplus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function _reviver(value: any): Promise<any> {
}

function _encodeConstructorArgs(
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
constructor: Function,
method?: string,
args?: any[],
Expand Down
10 changes: 5 additions & 5 deletions libs/langgraph-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal --filter=@langchain/langgraph",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand Down Expand Up @@ -61,14 +61,14 @@
"@tsconfig/recommended": "^1.0.3",
"@types/pg": "^8",
"@types/uuid": "^10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/browser": "^3.0.8",
"@xenova/transformers": "^2.17.2",
"cheerio": "1.0.0-rc.12",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down Expand Up @@ -191,4 +191,4 @@
"files": [
"dist/"
]
}
}
2 changes: 1 addition & 1 deletion libs/langgraph-core/src/graph/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ type MergeReturnType<Prev, Curr> = Prev & Curr extends infer T

type Prettify<T> = {
[K in keyof T]: T[K];
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
} & {};

/**
Expand Down
8 changes: 4 additions & 4 deletions libs/langgraph-cua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "pnpm turbo build:internal",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-cua",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -45,11 +45,11 @@
"@langchain/openai": "^1.0.0",
"@langchain/scripts": "^0.1.3",
"@tsconfig/recommended": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
8 changes: 4 additions & 4 deletions libs/langgraph-supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-supervisor",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -43,11 +43,11 @@
"@langchain/openai": "^1.0.0",
"@langchain/scripts": "^0.1.3",
"@tsconfig/recommended": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
8 changes: 4 additions & 4 deletions libs/langgraph-swarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "pnpm turbo build:internal",
"build:internal": "pnpm --filter @langchain/build compile @langchain/langgraph-swarm",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -42,11 +42,11 @@
"@langchain/openai": "^1.0.0",
"@langchain/scripts": "^0.1.3",
"@tsconfig/recommended": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
10 changes: 5 additions & 5 deletions libs/langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "pnpm turbo build:internal --filter=langgraph",
"build:internal": "pnpm --filter @langchain/build compile langgraph",
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
Expand All @@ -43,10 +43,10 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dpdm": "^3.12.0",
"eslint": "^8.33.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down Expand Up @@ -162,4 +162,4 @@
"files": [
"dist/"
]
}
}
8 changes: 4 additions & 4 deletions libs/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublish": "pnpm build",
"format:check": "prettier --check src",
"format": "prettier --write src",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js,.jsx,.tsx src/",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js,.jsx,.tsx src/",
"lint": "pnpm lint:eslint",
"lint:fix": "pnpm lint:eslint --fix",
"test": "vitest run"
Expand All @@ -37,9 +37,9 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.33.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {
} from "./types.js";

export class Auth<
TExtra = {}, // eslint-disable-line @typescript-eslint/ban-types
TExtra = {}, // eslint-disable-line @typescript-eslint/no-empty-object-type
TAuthReturn extends BaseAuthReturn = BaseAuthReturn,
TUser extends BaseUser = ToUserLike<TAuthReturn>
> {
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/auth/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ interface ThreadDelete {
interface ThreadSearch {
thread_id?: Maybe<string>;
ids?: Maybe<string[]>;
status?: Maybe<"idle" | "busy" | "interrupted" | "error" | (string & {})>; // eslint-disable-line @typescript-eslint/ban-types
status?: Maybe<"idle" | "busy" | "interrupted" | "error" | (string & {})>; // eslint-disable-line @typescript-eslint/no-empty-object-type
metadata?: Maybe<Record<string, unknown>>;
values?: Maybe<Record<string, unknown>>;
limit?: Maybe<number>;
Expand Down
5 changes: 3 additions & 2 deletions libs/sdk/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export interface GraphSchema {
export type Subgraphs = Record<string, GraphSchema>;

export type Metadata = Optional<{
source?: "input" | "loop" | "update" | (string & {}); // eslint-disable-line @typescript-eslint/ban-types
source?: "input" | "loop" | "update" | (string & {}); // eslint-disable-line @typescript-eslint/no-empty-object-type

step?: number;

Expand Down Expand Up @@ -127,6 +127,7 @@ export interface AssistantBase {
description?: string;
}

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface AssistantVersion extends AssistantBase {}

export interface Assistant extends AssistantBase {
Expand Down Expand Up @@ -175,7 +176,7 @@ export interface Interrupt<TValue = unknown> {
* Will be deprecated in the future.
* @deprecated Will be removed in the future.
*/
when?: "during" | (string & {}); // eslint-disable-line @typescript-eslint/ban-types
when?: "during" | (string & {}); // eslint-disable-line @typescript-eslint/no-empty-object-type

/**
* Whether the interrupt can be resumed.
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/tests/stream.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ describe("InferMiddlewareStatesFromArray", () => {
test("returns empty object for empty middleware array", () => {
type Middlewares = readonly [];
type Result = InferMiddlewareStatesFromArray<Middlewares>;
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
expectTypeOf<Result>().toEqualTypeOf<{}>();
});
});
Expand Down
Loading
Loading