8000 chore: fix `prefer-node-protocol` lint failure on main by abrahamguo · Pull Request #9819 · typescript-eslint/typescript-eslint · GitHub
[go: up one dir, main page]

Skip to content

chore: fix prefer-node-protocol lint failure on main #9819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
D BBF6 iff view
Diff view
3 changes: 2 additions & 1 deletion packages/type-utils/tests/containsAllTypesByName.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import path from 'node:path';

import { parseForESLint } from '@typescript-eslint/parser';
import type { TSESTree } from '@typescript-eslint/typescript-estree';
import path from 'path';
import type * as ts from 'typescript';

import { containsAllTypesByName } from '../src';
Expand Down
Loading
0