-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
How do I know what version range of eslint is supported? #1065
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
Comments
The best, most up-to-date place to see this is the package.json for the plugin:
Note that we do not test against eslint v5 any more, but there wasn't any breaking changes between v5 and v6 that should stop anything working for you. |
Thanks for the quick response! I would recommend putting noting in the README that |
happy to accept a PR! |
Heh, fair enough. |
I'm stuck on ESLint 5 for the time being. I'd like to use the latest version of this package so I can use TS 3.6. However, I don't know if that'll work. I see that the dev dep on ESLint is
^6
, but I'm not sure what that means for this project's formal support goals.I scanned the README but couldn't find any info about this there. That could be a good place to officially note this 😄.
The text was updated successfully, but these errors were encountered: