Skip to content

Commit 55b9454

Browse files
committed
fix(expo): remove unused eslint-disable directive
1 parent c9d5b96 commit 55b9454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/expo/src/provider/singleton/createClerkInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function createClerkInstance(ClerkClass: typeof Clerk) {
118118
// This breaks hooks that depend on the query client (useOrganizationList, etc.).
119119
// Override the getter to synchronously create a QueryClient on first access.
120120
{
121-
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
121+
// eslint-disable-next-line @typescript-eslint/no-require-imports
122122
const { QueryClient } = require('@tanstack/query-core');
123123
let queryClient: InstanceType<typeof QueryClient> | undefined;
124124
Object.defineProperty(__internal_clerk, '__internal_queryClient', {

0 commit comments

Comments
 (0)