-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
type:bugSomething isn't workingSomething isn't workingtype:code-enhancementInternal improvements to the codebaseInternal improvements to the codebasetype:typingAdd typingAdd typing
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.
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't workingSomething isn't workingtype:code-enhancementInternal improvements to the codebaseInternal improvements to the codebasetype:typingAdd typingAdd typing