We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
await-fire-event
await-async-events
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
Transform await-fire-event into await-async-events.
Since user-events v14 is async, we should transform this rule to consider both fire and user events.
It needs a new option to decide which modules are enabled or disabled:
Explain in the rule's doc that the user-event option must be disabled when working with user-event prior to v14
The text was updated successfully, but these errors were encountered:
no-await-sync-events
await-user-event
userEvent
await-async-event
user-event
@Belco90 @MichaelDeBoey assuming this was supposed to be plural? I can open a PR to fix it since it's currently await-async-event
Sorry, something went wrong.
I didn't realize it wasn't plural! Please, open a small PR to rename it 🙏
Successfully merging a pull request may close this issue.
Transform
await-fire-event
intoawait-async-events
.Since user-events v14 is async, we should transform this rule to consider both fire and user events.
It needs a new option to decide which modules are enabled or disabled:
Explain in the rule's doc that the user-event option must be disabled when working with user-event prior to v14
The text was updated successfully, but these errors were encountered: