You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
It's meant to be a replacement. By making the linting run as a Typescript plugin, it avoids the issue where TSLint runs an extra Typescript program instance in the same workspace, as well as being able to use certain rules that require type info.
The Typescript tslint plugin is being actively worked on, and the repo was published just some days ago, so there might still be some rough edges. Considering the speed that the VSCode team has in building features, I would not be suprised if this was plugin was the most popular and used one in the near future.
@csvn is correct the goal is to gradually migrate from vscode-tslint to this new extension that uses the typescript plugin. This is a rough roadmap microsoft/typescript-tslint-plugin#1
Just curious if this is a replacement for or in addition to the existing popular VS Code tslint plugin from @egamma?
The text was updated successfully, but these errors were encountered: