Skip to content

Commit 9774e2f

Browse files
committed
Disable unused vars lint
1 parent b5880ec commit 9774e2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/client/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-unused-vars */
12
import { Client } from "./index.js";
23
import { z } from "zod";
34
import { RequestSchema, NotificationSchema, ResultSchema } from "../types.js";

src/server/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-unused-vars */
12
import { Server } from "./index.js";
23
import { z } from "zod";
34
import { RequestSchema, NotificationSchema, ResultSchema } from "../types.js";

0 commit comments

Comments
 (0)