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

Bug: ESLint Rule Case Sensitivity #4155

Open
shubhamchasing opened this issue Oct 7, 2024 · 1 comment
Open

Bug: ESLint Rule Case Sensitivity #4155

shubhamchasing opened this issue Oct 7, 2024 · 1 comment
Labels
🐛 bug Something isn't working 👀 needs triage

Comments

@shubhamchasing
Copy link
Contributor

Describe the bug

The severity level for "jsx-a11y/click-events-have-key-events" is set as "Warn" (with a capital "W").
ESLint severity levels are case-sensitive, so it should be changed to "warn" in lowercase to ensure proper functionality.

Although we will eventually change warn to error #4110

Steps to reproduce

  1. see .eslintrc.json
@shubhamchasing shubhamchasing added 🐛 bug Something isn't working 👀 needs triage labels Oct 7, 2024
Copy link
Contributor

github-actions bot commented Oct 7, 2024

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.

For full info on how to contribute, please check out our contributors guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👀 needs triage
Projects
None yet
Development

No branches or pull requests

1 participant