We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c5772 commit 88d3105Copy full SHA for 88d3105
packages/light-client/test/unit/webEsmBundle.browser.test.ts
@@ -1,4 +1,4 @@
1
-/* eslint-disable @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-member-access*/
+/* eslint-disable @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-member-access,@typescript-eslint/no-unsafe-call */
2
import {expect, describe, it, vi, beforeAll} from "vitest";
3
import {sleep} from "@lodestar/utils";
4
import {Lightclient, LightclientEvent, utils, transport} from "../../dist/lightclient.min.mjs";
0 commit comments