Skip to content
New issue

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

Add event handlers to no-unknown-property #164

Merged
merged 1 commit into from
Jul 27, 2015

Conversation

michaelabon
Copy link
Contributor

Enforce casing for all event handlers from https://facebook.github.io/react/docs/events.html

I hate trying to debug my click handlers when I've typed onclick instead of onClick in my components.

Enforce casing for all event handlers from
https://facebook.github.io/react/docs/events.html

I hate trying to debug my click handlers when I've typed
`onclick` instead of `onClick` in my components.
@yannickcr yannickcr merged commit b1a7b0c into jsx-eslint:master Jul 27, 2015
@yannickcr
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants