Skip to content

Commit

Permalink
fix: add back unnecessary eslint directive. to be remove under separa…
Browse files Browse the repository at this point in the history
…te PR
  • Loading branch information
matthewkeil committed Sep 19, 2024
1 parent c5c5772 commit 88d3105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 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 */
import {expect, describe, it, vi, beforeAll} from "vitest";
import {sleep} from "@lodestar/utils";
import {Lightclient, LightclientEvent, utils, transport} from "../../dist/lightclient.min.mjs";
Expand Down

0 comments on commit 88d3105

Please sign in to comment.