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 34 forks source link

Doc: Readme should mention that you do not have to enable the tslint plugin in the tsconfig.json #11

Closed egamma closed 5 years ago

egamma commented 5 years ago

Testing: https://github.com/Microsoft/vscode/issues/62092

As the screenshot below shows you do not have to enable the tslint plugin in each tsconfig.json. This should be documented in the Readme.

image