Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Feature request
I useban-ts-comment
withts-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 |