open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
428 stars 228 forks source link

Bug: ESLint Rule Case Sensitivity #4155

Open shubhamchasing opened 1 month ago

shubhamchasing commented 1 month ago

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
github-actions[bot] commented 1 month ago

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.

FatumaA commented 2 weeks ago

Hi @nickytonline, I think the "needs triage" label can be removed here, so it can be fixed