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 a7218dc commit 90310b3Copy full SHA for 90310b3
2 files changed
packages/playground/tsconfig-json/nested-with-extends/main.ts
@@ -1,5 +1,6 @@
1
// @ts-nocheck
2
-import type { NestedWithExtendsTypeOnlyClass } from './not-used-type'
+// eslint-disable-next-line @typescript-eslint/consistent-type-imports
3
+import { NestedWithExtendsTypeOnlyClass } from './not-used-type'
4
5
class NestedWithExtendsBase {
6
set data(value: string) {
packages/playground/tsconfig-json/nested/main.ts
-import type { NestedTypeOnlyClass } from './not-used-type'
+import { NestedTypeOnlyClass } from './not-used-type'
class NestedBase {
0 commit comments