ban-tslint-comment
Configuration
rslint.config.ts
Rule Details
Disallow TSLint directive comments such as // tslint:disable and
// tslint:disable-next-line. These directives are not used by ESLint and are
typically left behind when migrating from TSLint.
Examples of incorrect code for this rule:
Examples of correct code for this rule: