diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-22 20:31:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 01:31:57 +0000 |
commit | 76c52d2ea08d9764c8f044c1f3a8c1eaf6434828 (patch) | |
tree | 77d3b88d4fe2d3be876d4195d17a0a09f7d76a07 /ext | |
parent | a72b53de011d35602c0f68577c30e28386046583 (diff) |
Remove unnecessary eslint global declarations (#430)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/js/yomitan.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |