We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like a rule that warns if it finds either static contextTypes being defined, or this.context being used.
contextTypes
this.context
The text was updated successfully, but these errors were encountered:
also: I'm happy to write this rule if it would be accepted
Sorry, something went wrong.
I'll be happy to accept it :)
Add no-context rule (fixes jsx-eslint#455)
65fd198
afa6e9f
46c2a18
No branches or pull requests
I'd like a rule that warns if it finds either static
contextTypes
being defined, orthis.context
being used.The text was updated successfully, but these errors were encountered: