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

Update typescript to the latest version along with eslint, and prettier #170

Merged
merged 4 commits into from
Jun 8, 2022
Merged

Update typescript to the latest version along with eslint, and prettier #170

merged 4 commits into from
Jun 8, 2022

Conversation

ismailcherri
Copy link
Contributor

This fixes issue: #150

I used this wonderful tool to migrate our partially migrated code base to Typescript.
It worked fine but we faced the issue of incorrect jsx comments. It worked with the specified version in the issue mentioned above, but we needed to use the latest Typescript version.

In this PR I updated Typescript, Eslint and Prettier. Also, I had to make some fixes related to changes in function definitions in the latest Typescript version.

I divided the PR into smaller commits for easier review. I can merge them into single one if required.

@Rudeg
Copy link
Contributor

Rudeg commented Jun 8, 2022

Thank you, @ismailcherri !

@Rudeg Rudeg merged commit b572d28 into airbnb:master Jun 8, 2022
@ismailcherri ismailcherri deleted the latest-typescript branch June 8, 2022 07:21
@melv-n
Copy link

melv-n commented Aug 31, 2022

For some, including myself, this did not fix the issue described in #150.

Was there anything else you might have done to resolve JS comments being placed inside JSX blocks @ismailcherri?

@ismailcherri
Copy link
Contributor Author

@mirague I don't recall doing anything particularly except changing the Typescript version.

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.

3 participants