We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f21fb commit 7a34385Copy full SHA for 7a34385
test.ts
@@ -1,5 +1,7 @@
1
// @ts-expect-error
2
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
5
6
7
let a = 0;
0 commit comments