Skip to content

Commit

Permalink
style: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Aug 5, 2023
1 parent 8516c6c commit acc2865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/await-async-events.ts
Expand Up @@ -16,7 +16,7 @@ export const RULE_NAME = 'await-async-events';
export type MessageIds = 'awaitAsyncEvent' | 'awaitAsyncEventWrapper';
const FIRE_EVENT_NAME = 'fireEvent';
const USER_EVENT_NAME = 'userEvent';
type EventModules = typeof EVENTS_SIMULATORS[number];
type EventModules = (typeof EVENTS_SIMULATORS)[number];
export type Options = [
{
eventModule: EventModules | EventModules[];
Expand Down

0 comments on commit acc2865

Please sign in to comment.