Closed amir-arad closed 4 years ago
Thanks for your interest in palantir/tslint-react, @amir-arad! 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.
Sorry, tslint-react is deprecated and I'm not accepting any new features / enhancements: https://github.com/palantir/tslint-react/issues/210. Look into eslint-plugin-react instead.
I've encountered a code that contains function binding of the form:
< ... onConfirm={execute.bind(null, someProp)} >
IMO jsx-no-bind should alert on this