Closed
Description
Feature request
I use ban-ts-comment
with ts-expect-error
so I must include a description every time, which is great!
// @ts-expect-error The initial types were incorrect
but every time I encounter this it's not very actionable because I don't know what error it's expecting. I think it should always include the exact error ID:
// @ts-expect-error TS2717 The initial types were incorrect
Could this be an option?
{
'ts-expect-error': 'allow-with-description-and-id',
minimumDescriptionLength: 10,
}
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
5.5.0 |
TypeScript |
4.5.0 |