fix: lint error

This commit is contained in:
mingholy.lmh
2025-09-15 14:52:22 +08:00
parent e7850703b5
commit f19789b381
28 changed files with 3672 additions and 6362 deletions

View File

@@ -891,7 +891,6 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
ctrlDTimerRef,
handleSlashCommand,
isAuthenticating,
cancelOngoingRequest,
settings.merged.general?.debugKeystrokeLogging,
],
);

View File

@@ -12,7 +12,7 @@ import { useGitBranchName } from './useGitBranchName.js';
import { fs, vol } from 'memfs'; // For mocking fs
import { EventEmitter } from 'node:events';
import { exec as mockExec, type ChildProcess } from 'node:child_process';
import type { FSWatcher } from 'memfs/lib/volume.js';
import type { FSWatcher } from 'memfs/lib/node/volume.js';
// Mock child_process
vi.mock('child_process');