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
Thanks for looking into introducing eslint-typegen into eslint-plugin-vue!
However, I believe the ESLint upgrade will not be blocking.
ESLint v9 is required to generate types using eslint-typegen and for users to define types using eslint-typegen.
But I don't think we will force users to use ESLint v9 to publish types generated by eslint-typegen with eslint-plugin-vue.
That being said, I think it will be easier to introduce eslint-typegen after upgrading to ESLint v9. Because it is sometimes difficult to keep CI working with incompatible devDeps 😓
Summary
Add eslint-typegen integration to provide TypeScript definitions and IntelliSense for ESLint rule configurations.
Motivation
Dependencies
Requires ESLint v9 upgrade (#2756)
Benefits
The text was updated successfully, but these errors were encountered: