Skip to content

Commit 7a34385

Browse files
committed
add test
1 parent a6f21fb commit 7a34385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// @ts-expect-error
22
import foo from "./test"; // eslint-disable-line import-x/extensions,import-x/no-self-import
3+
// @ts-expect-error
4+
import type bar from "./test"; // eslint-disable-line import-x/extensions,import-x/no-self-import,@typescript-eslint/no-unused-vars
35

46
// @ts-expect-error
57
let a = 0;

0 commit comments

Comments
 (0)