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

Disallow unused React imports #50328

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Conversation

gzdunek
Copy link
Contributor

@gzdunek gzdunek commented Dec 17, 2024

Closes #35039

Unused React imports will trigger a lint error:

  42:8  error  'React' is defined but never used         @typescript-eslint/no-unused-vars

@gzdunek gzdunek added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v17 labels Dec 17, 2024
@github-actions github-actions bot requested review from avatus and rudream December 17, 2024 11:29
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-50328.d3pp5qlev8mo18.amplifyapp.com

@gzdunek gzdunek added this pull request to the merge queue Dec 17, 2024
Merged via the queue into master with commit 25a6c1f Dec 17, 2024
47 checks passed
@gzdunek gzdunek deleted the gzdunek/disallow-unused-react-imports branch December 17, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused React imports
3 participants