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

Whitespace error after @ in Angular declarators #25

Closed jtsom closed 5 years ago

jtsom commented 5 years ago

I've just started seeing lint errors (missing whitespace) for the @ in @component and such in an Angular application:

image
jtsom commented 5 years ago

This seems linked to the version of Typescript that is used. If the built-in version of VS Code Insiders issued (3.2.0-rc) the error shows. If switched to the project's version of Typescript (3.1.6), the error goes away.

jtsom commented 5 years ago

Also seems related to the "whitespace": "check-type" rule.

jtsom commented 5 years ago

Any movement on this issue? No updates to this plugin for a while...

mjbvz commented 5 years ago

Duplicate of #24