-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Interest: adding a test:eslint-compat
script for upstream ESLint ecosystem tests?
#2552
Comments
test:eslint-compat
script for upstream ESLint ecosystem tests?
Personally I'm fine to add it. |
I'm fine with this too. |
Some repos attach more than just ESLint/rule tests to the
The RFC's idea was that a specific Are you thinking you'd want everything to be tested for compatibility? E.g. including |
No, I mean, the test should run
|
👋 Coming over from eslint/eslint#19139 -> eslint/rfcs#127: we're working on an RFC in ESLint core to add "ecosystem tests". We'd like to test popular third-party plugins such as
eslint-plugin-unicorn
as part of ESLint's CI. The goal is to detect API breakages before versions of ESLint or plugins are published that are incompatible with each other.The current version of the RFC suggests:
test:eslint-compat
script to run rule teststest:eslint-compat
job for each pluginQuestion: is this something that would be ok to add in this repo?
The RFC is also still very much open for comments if anybody is interested! 🙂
The text was updated successfully, but these errors were encountered: