From 76c52d2ea08d9764c8f044c1f3a8c1eaf6434828 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 22 Dec 2023 20:31:57 -0500 Subject: Remove unnecessary eslint global declarations (#430) --- ext/js/yomitan.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/js/yomitan.js') diff --git a/ext/js/yomitan.js b/ext/js/yomitan.js index 1d6f7644..2fbe99cc 100644 --- a/ext/js/yomitan.js +++ b/ext/js/yomitan.js @@ -38,6 +38,7 @@ if ((() => { return (hasBrowser && !hasChrome); })()) { // @ts-expect-error - objects should have roughly the same interface + // eslint-disable-next-line no-global-assign chrome = browser; } -- cgit v1.2.3