Files
snomiao 1a25695392 [lint] Enforce no-floating-promises ESLint rule
- Enable @typescript-eslint/no-floating-promises rule in eslint.config.js
- Fix floating promises in src/scripts/api.ts (setInterval with async callback)
- Fix floating promises in src/components/topbar/WorkflowTabPopover.vue (setTimeout with async callback)
- Fix floating promises in src/extensions/core/webcamCapture.ts (.then call)
- Fix floating promises in src/extensions/core/nodeTemplates.ts (.then call)
- Fix floating promises in src/composables/node/useNodeImage.ts (.then call)

All floating promises are now properly handled with void operator to explicitly indicate that the promise result is intentionally not being awaited.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 04:54:28 +00:00
..
2025-09-08 04:03:28 -07:00
2025-09-07 01:10:32 -07:00
2025-08-11 23:29:01 -07:00
2025-09-03 12:37:43 -07:00
2025-08-13 11:46:03 -07:00