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

`tslint.enable` also deprecated? #56

Closed ackvf closed 5 years ago

ackvf commented 5 years ago

I migrated from vscode-tslint and now the option tslint.enable reports as unknown. Does it mean that it is enabled by default for all .ts .tsx files? How do I configure it to not lint per workspace/filetype?

mjbvz commented 5 years ago

Use tslint.exclude or disable the extension per workspace