needed to add this to my eslint config ```js overrides: [ { files: ['workers/**/*.js'], env: { worker: true, }, }, ``` because I'm using worker-specific APIs, such as `importScripts` for lazy loading