Skip to content

Commit f5fa3cf

Browse files
committed
Oops, ignore more lints
1 parent af9df1f commit f5fa3cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/client/index.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-unused-vars */
2+
/* eslint-disable no-constant-binary-expression */
3+
/* eslint-disable @typescript-eslint/no-unused-expressions */
24
import { Client } from "./index.js";
35
import { z } from "zod";
46
import { RequestSchema, NotificationSchema, ResultSchema } from "../types.js";

src/server/index.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-unused-vars */
2+
/* eslint-disable no-constant-binary-expression */
3+
/* eslint-disable @typescript-eslint/no-unused-expressions */
24
import { Server } from "./index.js";
35
import { z } from "zod";
46
import { RequestSchema, NotificationSchema, ResultSchema } from "../types.js";

0 commit comments

Comments
 (0)