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

Get the list of files to lint from the TS project #40

Closed glen-84 closed 1 year ago

glen-84 commented 5 years ago

If I run tslint -p ., it only lints files included in the TS project.

This extension is linting files outside of the project (as specified in the tsconfig.json file).

I don't yet use the linterOptions.exclude setting in tslint.json/yaml, but that should probably also be respected.

chongruei commented 4 years ago

Has any solution for this?

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