Skip to content

Map from TSLint to @typescript-eslint rulesets #298

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

🚀 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

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions