Skip to content

Commit c44e708

Browse files
committed
chore: fix linter
1 parent 4d5c796 commit c44e708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/svelte/src/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export function setReplaneContext<T extends Record<string, unknown>>(
1919
* Get the Replane context from Svelte context.
2020
* @internal
2121
*/
22-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2322
export function getReplaneContext<
23+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2424
T extends Record<string, unknown> = any,
2525
>(): ReplaneContextValue<T> {
2626
const context = getContext<ReplaneContextValue<T> | undefined>(REPLANE_CONTEXT_KEY);

0 commit comments

Comments
 (0)