Closed
Description
no-await-sync-events
must not report user-event methods by default since it aims user-event v14, so only fire-event it's reported. However, we need an option to decide which methods to be reported: fire-event, user-event or both.
The idea is to include an option in the same way as #626 with the following values for presets:
- dom: rule enabled with fire-event
- angular: rule enabled with fire-event
- react: rule enabled with fire-event
- vue: rule not enabled
- marko: rule not enabled