prefer-ts-expect-error
Configuration
rslint.config.ts
Rule Details
Prefer @ts-expect-error over @ts-ignore in TypeScript directive comments.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
Prefer @ts-expect-error over @ts-ignore in TypeScript directive comments.
Examples of incorrect code for this rule:
Examples of correct code for this rule: