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

Enforce consistent usage of type imports #1987

Merged
merged 3 commits into from
Oct 7, 2024
Merged

Conversation

iamacook
Copy link
Member

@iamacook iamacook commented Oct 1, 2024

Summary

Resolves #1977

This enables and applied the consistent-type-imports ESLint rule.

Changes

  • Enable rule to error.
  • Apply rule across codebase.

@iamacook iamacook self-assigned this Oct 1, 2024
@iamacook iamacook requested a review from a team as a code owner October 1, 2024 13:18
@hectorgomezv hectorgomezv self-requested a review October 7, 2024 09:34
@iamacook iamacook merged commit 9804cee into main Oct 7, 2024
18 checks passed
@iamacook iamacook deleted the consistent-type-imports branch October 7, 2024 09:37
iamacook added a commit that referenced this pull request Oct 7, 2024
Adds commit hash for #1987 to the `.git-blame-ignore-revs`.
PooyaRaki pushed a commit that referenced this pull request Oct 15, 2024
Enables and applies the [`consistent-type-imports`](https://typescript-eslint.io/rules/consistent-type-imports/) ESLint rule:

- Enable rule to error.
- Apply rule across codebase.
PooyaRaki pushed a commit that referenced this pull request Oct 15, 2024
Adds commit hash for #1987 to the `.git-blame-ignore-revs`.
DenSmolonski pushed a commit to Zilliqa/safe-client-gateway that referenced this pull request Oct 24, 2024
Enables and applies the [`consistent-type-imports`](https://typescript-eslint.io/rules/consistent-type-imports/) ESLint rule:

- Enable rule to error.
- Apply rule across codebase.
DenSmolonski pushed a commit to Zilliqa/safe-client-gateway that referenced this pull request Oct 24, 2024
Adds commit hash for safe-global#1987 to the `.git-blame-ignore-revs`.
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.

Consistent type imports
2 participants