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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is a very stylistic rule that I don't think we should be warning about. I have a component like this:
<form onSubmit={this.fetchData} />
and I'm getting warnings in the console saying:
Handler function for onSubmit prop key must begin with 'handle'
We should be disabling this, because I think the above is perfectly fine even if not called "handleSubmit".
The text was updated successfully, but these errors were encountered:
Disable jsx-handler-name eslint rule
3a707ea
Ref #156 Not sure if we can simply delete the line and that'll disable it, so I went with setting it to 0. Let me know!
Disable jsx-handler-name eslint rule (#157)
662fdb7
Successfully merging a pull request may close this issue.
This is a very stylistic rule that I don't think we should be warning about. I have a component like this:
and I'm getting warnings in the console saying:
We should be disabling this, because I think the above is perfectly fine even if not called "handleSubmit".
The text was updated successfully, but these errors were encountered: