chore(eslint): add no-duplicates, consistent-type-imports #542
Annotations
10 warnings
Check quality (pnpm lint):
configs/tsup/src/index.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
Check quality (pnpm lint):
configs/vitest/src/index.ts#L3
All imports in the declaration are only used as types. Use `import type`
|
Check quality (pnpm lint):
packages/react-query/src/QueryAsyncBoundary.tsx#L3
Imports "ComponentPropsWithoutRef" and "ComponentRef" are only used as types
|
Check quality (pnpm lint):
packages/react-query/src/QueryErrorBoundary.tsx#L3
Imports "ComponentPropsWithoutRef" and "ComponentRef" are only used as types
|
Check quality (pnpm lint):
packages/react-query/src/useSuspenseInfiniteQuery.test-d.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Check quality (pnpm lint):
packages/react-query/src/useSuspenseInfiniteQuery.ts#L1
Imports "InfiniteData", "QueryFunction", "QueryKey", "UseInfiniteQueryOptions" and "UseInfiniteQueryResult" are only used as types
|
Check quality (pnpm lint):
packages/react-query/src/useSuspenseQueries.ts#L1
Imports "QueryFunction", "QueryKey", "UseQueryOptions" and "UseQueryResult" are only used as types
|
Check quality (pnpm lint):
packages/react-query/src/useSuspenseQueries.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Check quality (pnpm lint):
packages/react-query/src/useSuspenseQueries.ts#L80
Unexpected any. Specify a different type
|
Check quality (pnpm lint):
packages/react-query/src/useSuspenseQueries.ts#L86
Unexpected any. Specify a different type
|