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

Fix #93 #94

Closed probert94 closed 5 years ago

probert94 commented 5 years ago

Update the tslint5 problemPattern to also match problems reported by tslint >= 5.12

The used regex can be tested here

Fix #93

mjbvz commented 5 years ago

Thanks. Will be published in 1.2.0 shortly