Appearance
This rule disallows tslint:<rule-flag> comments
tslint:<rule-flag>
Useful when migrating from TSLint to ESLint. Once TSLint has been removed, this rule helps locate TSLint annotations
// tslint:disable-next-line someCode();
typescript/ban-tslint-comment Style
What it does
This rule disallows
tslint:<rule-flag>
commentsWhy is this bad?
Useful when migrating from TSLint to ESLint. Once TSLint has been removed, this rule helps locate TSLint annotations
Example
References