Closed
Description
🚀 Feature Request
When a TSLInt configuration includes "extends": ["tslint:recommended"]
, one would expect a generated ESLint configuration to extends: ["plugin:@typescript-eslint/recommended-requiring-type-checking"]
.
Existing Behavior
No output extends configurations are generated right now. It's all rules
.
Change Proposal
If a TSLint configuration extends from a known built-in configuration, the output ESLint configuration should extend from the equivalent ESLint / typescript-eslint one if it exists.