Commit bbdc77d
fix: resolve ESLint warnings for CI
- use-terminal-restore.ts: Capture projectId at effect run time and
add eslint-disable comment for intentional ref access in cleanup
- WorkspaceLayout.tsx: Note that handleCreateTerminalInPane cannot be
in deps array as it's defined after this useEffect
Fixes CI lint failures
Co-Authored-By: Claude <noreply@anthropic.com>1 parent eb3826f commit bbdc77d
File tree
2 files changed
+5
-1
lines changed- src/renderer
- hooks
- layouts
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
| |||
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
339 | | - | |
| 341 | + | |
| 342 | + | |
340 | 343 | | |
341 | 344 | | |
342 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
491 | 492 | | |
492 | 493 | | |
493 | 494 | | |
| |||
0 commit comments