Skip to content

chore(samples): clean up deprecated imports and replace var with let/const#1057

Open
dkalinovInfra wants to merge 1 commit intovnextfrom
dkalinov/cleanup-deprications
Open

chore(samples): clean up deprecated imports and replace var with let/const#1057
dkalinovInfra wants to merge 1 commit intovnextfrom
dkalinov/cleanup-deprications

Conversation

@dkalinovInfra
Copy link
Copy Markdown

Clean up deprecated imports and replace var with let/const

  • Remove deprecated module imports flagged by @typescript-eslint/no-deprecated
  • Replace var declarations with let/const across sample sources

let/const

  - Remove deprecated module imports flagged by
    @typescript-eslint/no-deprecated
  - Replace `var` declarations with `let`/`const` across sample sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant