Add ESLint config and Node.js test suite (198/198 passing)

This commit is contained in:
Dieter Schlüter 2026-04-06 16:57:32 +02:00
commit b8f6889cb4
5 changed files with 1538 additions and 2 deletions

View file

@ -885,8 +885,6 @@ let isPaused = false;
let arrayFresh = false; // true after Reset generated a new array, reset to false when sort starts
let startTime = 0; // performance.now() when animation started
let elapsedMs = 0; // accumulated ms across pauses
let startTime = 0; // performance.now() when animation started
let elapsedMs = 0; // accumulated ms across pauses
// ================================================================
// UI Helpers