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

fix: changes Array<T> to T[] + Eslint rule for it #11

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

ChuckLeon
Copy link
Contributor

GitHub Issue or Internal Use Azure Devops Work Item ID:

Proposed Changes

  • Bug fix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes, no api changes)
  • Build or CI related changes
  • Documentation content changes
  • Other, please describe:

What is the current behavior?

We had a mismatch of Array<T> and T[]

What is the new behavior?

We only use T[] and added a Eslint warning rule for it

Checklist

Please check that your PR fulfills the following requirements:

  • Documentation has been added/updated.

Other information

@ChuckLeon ChuckLeon self-assigned this Aug 13, 2024
@ChuckLeon ChuckLeon merged commit 625c5c2 into main Aug 15, 2024
4 checks passed
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.

2 participants