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

ignore h & React in jsx files #61

Merged
merged 2 commits into from
Apr 1, 2022
Merged

Conversation

dbushong
Copy link
Member

@dbushong dbushong commented Apr 1, 2022

Iff you are in a JSX/TSX file and don't use an
imported h or React variable, don't consider
it an error - this is a common practice in these
transpiled files


This PR was started by: git wf pr

@dbushong dbushong force-pushed the dbushong/feature/main/ignore-h branch 3 times, most recently from d299df7 to 6ac4d69 Compare April 1, 2022 22:16
Iff you are in a JSX/TSX file and don't use an
imported `h` or `React` variable, don't consider
it an error - this is a common practice in these
transpiled files
@dbushong dbushong force-pushed the dbushong/feature/main/ignore-h branch from 6ac4d69 to 6618c1f Compare April 1, 2022 22:17
Copy link
Member

@aotarola aotarola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💚

@dbushong dbushong merged commit 637ccd5 into main Apr 1, 2022
@dbushong dbushong deleted the dbushong/feature/main/ignore-h branch April 1, 2022 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants