Open
Description
There should be no eslint-ignore-next-line
or @ts-expect-error
comments and the like in the code anywhere.
Maybe that's idealistic, but right now we have too many, some of which definitely hide some bugs (which are unfortunately not always easily fixed). Others suggest that we might want to talk about whether or not we want to enforce certain rules.
One way or the other, in the end, there should be a minimal set of these comments, preferably the empty set, each justifying their existence with some additional comments.