jhusain/eslint-plugin-immutable

How to Set propTypes?

Closed this issue · 1 comments

Is everyone who's using this just not using propTypes? Or, maybe, are you adding eslint-disable comments when doing so? So far, interacting with libraries that only offer APIs that mutate objects and setting propTypes are the only things I've stumbled into that I was unsure about how to handle.

Disregard, I see how it's handled by recompose now.