lint compliance

This commit is contained in:
yflory 2025-02-26 18:11:56 +01:00
parent e8ec189027
commit 954c38d80e
2 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ module.exports = [{
"www/code/mermaid*.js",
"www/code/orgmode.js",
"testapi.js",
"rollup.config.mjs",
"**/src/tweetnacl"
],
}, ...compat.extends("eslint:recommended", "plugin:compat/recommended"), {

View File

@ -67,7 +67,6 @@ const factory = function () {
return void resolve({postMsg, msgEv});
}
// eslint-disable-next-line no-constant-condition
if (!noWorker && typeof(Worker) !== "undefined") {
worker = new Worker('/common/worker.bundle.js?' + urlArgs);
worker.onerror = function (e) {