Skip to content

Commit 9180320

Browse files
committed
fix lint
1 parent 338aec2 commit 9180320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/await-async-events.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { AST_NODE_TYPES, ASTUtils } from '@typescript-eslint/utils';
2-
import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
32

43
import { createTestingLibraryRule } from '../create-testing-library-rule';
54
import {
@@ -13,6 +12,8 @@ import {
1312
} from '../node-utils';
1413
import { EVENTS_SIMULATORS } from '../utils';
1514

15+
import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
16+
1617
export const RULE_NAME = 'await-async-events';
1718
export type MessageIds = 'awaitAsyncEvent' | 'awaitAsyncEventWrapper';
1819
const FIRE_EVENT_NAME = 'fireEvent';

0 commit comments

Comments
 (0)