8000 chore: fix `prefer-node-protocol` lint failure on main (#9819) · jakebailey/typescript-eslint@05d1ddb · GitHub
[go: up one dir, main page]

Skip to content

Commit 05d1ddb

Browse files
authored
chore: fix prefer-node-protocol lint failure on main (typescript-eslint#9819)
fix lint failure
1 parent 01efcbf commit 05d1ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/type-utils/tests/containsAllTypesByName.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import path from 'node:path';
2+
13
import { parseForESLint } from '@typescript-eslint/parser';
24
import type { TSESTree } from '@typescript-eslint/typescript-estree';
3-
import path from 'path';
45
import type * as ts from 'typescript';
56

67
import { containsAllTypesByName } from '../src';

0 commit comments

Comments
 (0)
0