You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 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! 🙂
The text was updated successfully, but these errors were encountered:
👋 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:
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: