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

Integration with Angular Codelyzer #116

Closed ladislauNagy closed 1 year ago

ladislauNagy commented 4 years ago

Hello, Integration with Angular Codelyzer is not very clear, strangely enough it works with the proper configuration. I have the following settings in settings.json: "tslint.rulesDirectory": "./node_modules/codelyzer", "typescript.tsdk": "node_modules/typescript/lib" I this something supported in VSCode by default, or Codelyzer can integrate only with the TSLint extension?

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