palantir / tslint-react

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

Add jsx-ban-props rule #57

Closed no23reason closed 7 years ago

no23reason commented 7 years ago

Fixes #9

adidahiya commented 7 years ago

@no23reason can you please enable CircleCI for your fork? Go to https://circleci.com/add-projects

no23reason commented 7 years ago

@adidahiya Sorry, I didn't realise I had to enable the CI. There are some issues related to another rule, so they need to be fixed first. I created #58 and related pull #59 for that, which needs to land first to make the CI build pass. Then I can rebase onto it and push to my fork to make the CircleCI run (and hopefully pass).

no23reason commented 7 years ago

@adidahiya thank you for your great feedback, all of your suggestions should now be applied.