-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Use on/trigger event #24098
Use on/trigger event #24098
Conversation
Codecov Report
@@ Coverage Diff @@
## main #24098 +/- ##
==========================================
- Coverage 47.14% 47.09% -0.06%
==========================================
Files 1149 1161 +12
Lines 151446 153912 +2466
==========================================
+ Hits 71397 72479 +1082
- Misses 71611 72910 +1299
- Partials 8438 8523 +85
... and 140 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I think it's correct 👍 |
What's the benefit? |
|
No, that would only go for delegated listeners which these are not, so this is a pure refactor. Still I think it's a good change and we should probably install this eslint rule to find and eliminate such cases. @yp05327 want to try adding it? |
Actually I think that eslint plugin can come later. Adding new plugin is a bit of a more involved task as each rule needs to be evalutated etc. |
@silverwind |
Change to draft as I think we need to fix all lint error in #24198 |
Let's continue in #24198, it's more thorough and does the same. |
#24098 (comment) --------- Co-authored-by: silverwind <me@silverwind.io>
No description provided.