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
This upgrade is a prerequisite for eslint-typegen integration which will provide TypeScript definitions and IntelliSense for ESLint rule configurations. (#2757)
The text was updated successfully, but these errors were encountered:
If we were to make a breaking change to this package, there would be other things I would like to do.
For example, I would like to change this plugin to the ESLint language plugin. https://eslint.org/docs/latest/extend/languages
Changing to the language plugin would allow to use directive comments such as <!-- eslint vue/attribute-hyphenation: off -->.
When I have time, I will list the breaking changes I would like to make to this plugin.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Upgrade ESLint from v8 to v9 to support the latest features and enable eslint-typegen integration.
Motivation
Changes needed
Related work
This upgrade is a prerequisite for eslint-typegen integration which will provide TypeScript definitions and IntelliSense for ESLint rule configurations. (#2757)
The text was updated successfully, but these errors were encountered: