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

fix(typescript-estree): mark TS 3.8 and 3.9 as "supported" #2057

Merged
merged 1 commit into from May 21, 2020

Commits on May 21, 2020

  1. fix(typescript-estree): mark TS 3.8 and 3.9 as "supported"

    3.8 isn't truly supported yet (#1436), but it will work fine - just can't lint private fields.
    We _want_ people to upgrade as 3.9 is much better and faster!
    
    So this increases the version range so 3.8 and 3.9 will stop logging the unsupported warning.
    #1436 is pinned in our issues, so that's about as good as we can do.
    bradzacher committed May 21, 2020
    Copy the full SHA
    097129e View commit details
    Browse the repository at this point in the history