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

Ability to configure tslint path #127

Closed tusharmath closed 1 year ago

tusharmath commented 4 years ago

To make the plugin work with yarn pnp we need a way to configure the path of tslint through a config.

Proposal

Add a new config tslint.path: string to the list of available configurations.

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