Skip to content

Commit 88d3105

Browse files
committed
fix: add back unnecessary eslint directive. to be remove under separate PR
1 parent c5c5772 commit 88d3105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/light-client/test/unit/webEsmBundle.browser.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-member-access*/
1+
/* eslint-disable @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-member-access,@typescript-eslint/no-unsafe-call */
22
import {expect, describe, it, vi, beforeAll} from "vitest";
33
import {sleep} from "@lodestar/utils";
44
import {Lightclient, LightclientEvent, utils, transport} from "../../dist/lightclient.min.mjs";

0 commit comments

Comments
 (0)