Open
Description
👋 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-vue
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:
- Plugins would add a
test:eslint-compat
script to run rule tests - ESLint would add a CI job that runs installation, build, and then the
test:eslint-compat
job for each plugin
Question: 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! 🙂
Metadata
Metadata
Assignees
Labels
No labels