Re-add prettier (#13812)

Re add prettier in eslint.configs
This commit is contained in:
Charles Bochet
2025-08-11 14:10:04 +02:00
committed by GitHub
parent c8d8fb20c9
commit b14063fe06
168 changed files with 675 additions and 352 deletions
@@ -3,7 +3,10 @@ import { ON_DB_EVENT } from '@/subscription/graphql/subscriptions/onDbEvent';
import { createClient } from 'graphql-sse';
import { useEffect, useMemo } from 'react';
import { REACT_APP_SERVER_BASE_URL } from '~/config';
import { type Subscription, type SubscriptionOnDbEventArgs } from '~/generated/graphql';
import {
type Subscription,
type SubscriptionOnDbEventArgs,
} from '~/generated/graphql';
type OnDbEventArgs = SubscriptionOnDbEventArgs & {
skip?: boolean;