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
189 stars 34 forks source link

False positive on missing whitespace for React .tsx files #70

Closed PhishyFish closed 5 years ago

PhishyFish commented 5 years ago

Expected Behavior No errors raised by tslint.

Actual Behavior I'm receiving missing whitespace (whitespace) errors for all opening brackets (<).

tslint-whitespace-error

Misc

pravesh-curefit commented 5 years ago

Facing the same issue in ts files.

Screenshot 2019-03-19 at 11 13 53 PM

Using custom tslint rules. tslint version 5.11.0

mjbvz commented 5 years ago

Please share the text of the code when positing with screenshots, along with the source of your tslint file (preferably as a small example project git repo)

mjbvz commented 5 years ago

Closing as we need easy steps to reproduce this