Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Dec 27, 2024
1 parent 915d1de commit 4980bd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
const context = getContext<UnicoveContext>('state');
let metaMaskState: MetaMaskState = new MetaMaskState();
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let packageInfo: Record<string, any> = $state({});
let latestVersion: string | undefined = $state();
let isMetaMaskSession: boolean = $derived(
Expand Down

0 comments on commit 4980bd8

Please sign in to comment.