Skip to content

feat: consistent import type specifiers lint #25258

feat: consistent import type specifiers lint

feat: consistent import type specifiers lint #25258

Triggered via pull request November 26, 2024 15:50
Status Failure
Total duration 7m 1s
Billable time 6m
Artifacts

bootstrap.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L6
The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L143
'MenuOptionGroup' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L181
'MenuOptionGroup' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L218
'usePrevious' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L315
'Box' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L316
'Menu' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L317
'MenuButton' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L319
'Button' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L327
'Flex' cannot be used as a value because it was imported using 'import type'.
Call / Static: src/components/AccountDropdown/AccountDropdown.tsx#L342
'Text' cannot be used as a value because it was imported using 'import type'.