-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request
Milestone
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.
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request