Skip to content

Commit

Permalink
Make ESLint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteAtATime committed Apr 8, 2024
1 parent 4ea42c3 commit 4baf113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import { untrack } from "svelte";
import { normalize } from "viem/ens";
// eslint-disable-next-line no-undef
let { value = $bindable(), name, placeholder, onchange, disabled }: CommonInputProps<Address | string> = $props();
let rawDebouncedValue: string | undefined = $state(undefined);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
let {
// eslint-disable-next-line no-undef
value = $bindable(),
name,
placeholder,
Expand Down

0 comments on commit 4baf113

Please sign in to comment.