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

Support TypeScript v4 #64

Closed
davidhouweling opened this issue Oct 29, 2020 · 2 comments
Closed

Support TypeScript v4 #64

davidhouweling opened this issue Oct 29, 2020 · 2 comments

Comments

@davidhouweling
Copy link

At present the peer dependencies say <3.10.0, any reason the peer dependencies couldn't simply be >=3.3.1 without an upper bound?

@dohomi
Copy link
Contributor

dohomi commented Nov 13, 2020

CRA is nearly unusable with this configuration set. @toshi-toma are you planning to update the dependencies? I think especially

"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",

causing error with no-unused vars. They would be need to be upgraded to v4

@toshi-toma
Copy link
Owner

@davidhouweling @dohomi

eslint-config-airbnb-typescript-prettier has just supported TypeScript v4. #67

It is released as v4.0.0

Thank you @dohomi

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

No branches or pull requests

3 participants