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

Not working with tslint 6.0.0 #128

Closed submarines-and closed 4 years ago

submarines-and commented 4 years ago

Updated tslint to latest version: 6.0.0. Plugin stopped working. Have tried reinstalling node modules, the plugin and vscode (using insiders build).

If I revert to 5.20.1 and restart vscode, it starts working again.

snebjorn commented 4 years ago

After updating to prettier@2 and tslint@6.1.0

I'm getting these on every line

image

submarines-and commented 4 years ago

Moved to eslint with typescript plugin (for which there is an extension that works fine).

"eslint": "^7.1.0",
"eslint-plugin-security": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",

Closing this because I want to get rid of it from my open issues list :)