Skip to content

Commit 918c3b9

Browse files
Merge pull request #36 from developerfred/utils_explore
chore: add eslint-disable on utils explorer
2 parents 28a62f1 + b7c9dee commit 918c3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/utils/explorer.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
interface Network {
23
name: string;
34
symbol: string;

0 commit comments

Comments
 (0)