microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
189 stars 34 forks source link

Support for typescript-eslint? #135

Closed thibaut-d closed 3 years ago

thibaut-d commented 4 years ago

Hi,

TSLint website now prints:

:warning: TSLint has been deprecated as of 2019. Please see this issue for more details: Roadmap: TSLint → ESLint. typescript-eslint is now your best option for linting TypeScript.

Does it mean that we should now rely on ESLint's VS Code extension or does this extension supports typescript-eslint?

Thanks

mjbvz commented 3 years ago

Yes we recommend migrating to use eslint and the eslint extension, which already has full support for typescript in eslint: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint

A lot of existing project still use tslint so we'll continue maintaining this extension for the time being, but we don't plan to add significant new features to it