Chore: Make ESLint Happy [skip ci]

This commit is contained in:
SukkaW
2026-02-01 03:42:58 +08:00
parent d4580db2ac
commit 0ea8bc8925
6 changed files with 6 additions and 6 deletions

View File

@@ -17,4 +17,4 @@
toolbox: noopfn, toolbox: noopfn,
update: noopfn update: noopfn
}; };
}()); })();

View File

@@ -11,4 +11,4 @@
'}' '}'
].join('\n'); ].join('\n');
head.appendChild(style); head.appendChild(style);
}()); })();

View File

@@ -9,4 +9,4 @@
for (const hider of document.querySelectorAll('style[id^=chartbeat-flicker-control]')) { for (const hider of document.querySelectorAll('style[id^=chartbeat-flicker-control]')) {
hider.remove(); hider.remove();
} }
}()); })();

View File

@@ -50,4 +50,4 @@
obr.extern[a] = noopfn; obr.extern[a] = noopfn;
}); });
window.OBR = obr; window.OBR = obr;
}()); })();

View File

@@ -14,4 +14,4 @@
setCookiePath: noopfn, setCookiePath: noopfn,
setDomainName: noopfn setDomainName: noopfn
}; };
}()); })();

View File

@@ -6,4 +6,4 @@
// noop // noop
} }
}; };
}()); })();