Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui): use import type syntax where possible #12514

Merged
merged 1 commit into from
Feb 3, 2024

Commits on Jan 14, 2024

  1. fix(ui): use import type syntax where possible

    - now that we've migrated from archived `tslint` to `eslint` and updated `prettier` from v1 to v3, we can _finally_ use this newer TS syntax
      - this fixes a few warnings in the build as well as makes things more explicit and efficient
        - note: there are more warnings to fix around `export type`, but those are all from `argo-ui` and so can't be fixed from within this repo
    
    Signed-off-by: Anton Gilgur <[email protected]>
    agilgur5 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4a3a22d View commit details
    Browse the repository at this point in the history