We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8516c6c commit acc2865Copy full SHA for acc2865
lib/rules/await-async-events.ts
@@ -16,7 +16,7 @@ export const RULE_NAME = 'await-async-events';
16
export type MessageIds = 'awaitAsyncEvent' | 'awaitAsyncEventWrapper';
17
const FIRE_EVENT_NAME = 'fireEvent';
18
const USER_EVENT_NAME = 'userEvent';
19
-type EventModules = typeof EVENTS_SIMULATORS[number];
+type EventModules = (typeof EVENTS_SIMULATORS)[number];
20
export type Options = [
21
{
22
eventModule: EventModules | EventModules[];
0 commit comments