Skip to content

Add support for ESLint v10 #3017

@susnux

Description

@susnux

Tell us about your environment

  • ESLint version:
  • eslint-plugin-vue version:
  • Vue version:
  • Node version:

The problem you want to solve.
Currently this packages forces ESLint < 10.
But ESLint v10 was released, release announcement.

"eslint": "^8.57.0 || ^9.0.0",

Your take on the correct solution to problem.
Looks like this plugin does not use any of the removed API, so bumping peerDependencies should be enough.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions