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
188 stars 35 forks source link

Make misconfigured TS lint more obvious #99

Closed mjbvz closed 1 year ago

mjbvz commented 5 years ago

Many users seem not to be getting this extension working. Although the feedback is vauge, we suspect the issue is that tslint is either not installed in a way we understand or misconfigured

We currently show a warning on the first line of every file you open if:

We don't always want to show a warning if tslint cannot be found as as this would be annoying in workspaces that are not using tslint.

Some ideas on making this better:

mjbvz commented 1 year ago

Closing as TSLint has been deprecated in favor of ESLint and this extension is no longer being maintained

Please look into migrating to use ESLint and the ESLint VS Code extension