Skip to content

Commit

Permalink
refactor: Remove unnecessary lint disable (#2324)
Browse files Browse the repository at this point in the history
It seems some bug was fixed in the background, since if it was a dependency change it would have caused a failure then.
  • Loading branch information
melink14 authored Dec 18, 2024
1 parent 9ed28f7 commit 2560055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension/rikaicontent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ class RcxContent {
case 66: {
// b
const rikaichan = (ev.currentTarget! as Window).rikaichan!;
// For some reason it claims it can be const even though it's decremented.
// eslint-disable-next-line prefer-const
let ofs = rikaichan.uofs;
for (i = 50; i > 0; --i) {
rikaichan.uofs = --ofs!;
Expand Down

0 comments on commit 2560055

Please sign in to comment.