Closed
Description
🚀 Feature Request
The console output ? 1 ESLint rule behaves differently from their TSLint counterparts: ?
has a listing about all the rules with problems: * no-invalid-this:
for example.
So it is surprising that the part 5 rules do not yet have ESLint equivalents
does not list the rules here, too.
I think the easiest way (with not too much console output) is to add an hint about the log in current directory.
Existing Behavior
? 25 rules replaced with their ESLint equivalents. ?
? 1 ESLint rule behaves differently from their TSLint counterparts: ?
* no-invalid-this:
- Functions in methods will no longer be ignored.
?? 5 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. ?
? All is well! ?
Which 5 rules? I needed a few minutes to check if there is a log.
Change Proposal
? 25 rules replaced with their ESLint equivalents. ?
? 1 ESLint rule behaves differently from their TSLint counterparts: ?
* no-invalid-this:
- Functions in methods will no longer be ignored.
?? 5 rules do not yet have ESLint equivalents (see generated log file); defaulting to eslint-plugin-tslint for this rules.
? All is well! ?