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

suppressWhileTypeErrorsPresent not working #130

Closed canemacchina closed 1 year ago

canemacchina commented 4 years ago

As pointed out by the documentation, I've tried to enable suppressWhileTypeErrorsPresent option into my tsconfig.json but it seem to not work. Instead, the same option from the vscode config file works fine.

Note that I've tried using both built-in version of TypeScript or workspace version, but the result still the same.

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