Closed
Description
🐛 Bug Report
tslint-to-eslint-config
version: 2.4.2- ESLint version: -
- Node version: -
Actual Behavior
This issue was created according to this comment: #1085 (comment).
There are @typescript-eslint/... rules that require to turn off their ESLint
counterpart like this:
In the rule convertNoUseBeforeDeclare this is not disabled.
Also I think it would be good to check all @typescript-eslint
rule converters for this type of bug.
Expected Behavior
@typescript-eslint
rule converters that require to turn off their ESLint
rule counterpart actually turn them off.