Skip to content

Upgrade ESLint from v8 to v9 #2756

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

Open
4 tasks
2nofa11 opened this issue Jun 10, 2025 · 1 comment
Open
4 tasks

Upgrade ESLint from v8 to v9 #2756

2nofa11 opened this issue Jun 10, 2025 · 1 comment

Comments

@2nofa11
Copy link

2nofa11 commented Jun 10, 2025

Summary

Upgrade ESLint from v8 to v9 to support the latest features and enable eslint-typegen integration.

Motivation

  • Required for eslint-typegen compatibility (depends on ESLint v9)
  • Better compatibility with modern tooling ecosystem

Changes needed

  • Upgrade ESLint to v9.x
  • Update @typescript-eslint/parser to v8.x for compatibility
  • Update @types/eslint to v9.x
  • Fix TypeScript compilation errors due to @typescript-eslint API

Related work

This upgrade is a prerequisite for eslint-typegen integration which will provide TypeScript definitions and IntelliSense for ESLint rule configurations. (#2757)

@ota-meshi
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants