melink14/rikaikun

Change type of `rp` (range parent) in content script to not `any`

Opened this issue · 0 comments

When I was originally fixing the code enough to enable type checking, it was too hard to fix the type of rp since it had too many different overloaded uses. I added a disable comment but ideally we should fix the type by making new well typed variables on demand instead of reusing rp

// eslint-disable-next-line @typescript-eslint/no-explicit-any