- Disable detect-object-injection (78 false positives from config lookups) - Suppress 2 safe regex warnings in vidmoly HTML parser with comments - Suppress 2 async loop condition warnings (modified between awaits) ESLint: 0 errors, 0 warnings. Tests: 70/70 pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ESLint with eslint-plugin-security configured and all 6 errors fixed: - Remove unused 'self' variable (doodstream-upload.js) - Remove unused 'statusCode' destructure (voe-upload.js) - Remove unused 'powerSaveBlocker' import (main.js) - Remove dead 'setHealthCheckStatus' function (app.js) - Add URLSearchParams to ESLint globals - Rename unused 'mode' param to '_mode' 82 remaining warnings are all security/detect-object-injection false positives (normal config object access patterns). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>