palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.
Apache License 2.0
749 stars 76 forks source link

Fix issue #140 #168

Closed ghost closed 6 years ago

ghost commented 6 years ago

The problem was caused by getTokensCombinedText returning an incorrect slice which caused the multiline check to fail.

palantirtech commented 6 years ago

Thanks for your interest in palantir/tslint-react, @mikerite! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

ghost commented 6 years ago

I'm not signing the CLA. You're free to do what you like to this PR.

jkillian commented 6 years ago

Seems good to me @mikerite, thanks!