Add support for ESLint v10
<!--
Before proposing changes, please make sure it hasn't been posted already.
You can see all open propositions here:
https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22
-->
**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](https://eslint.org/blog/2026/02/eslint-v10.0.0-released/).
https://github.com/vuejs/eslint-plugin-vue/blob/138db47242a928ac24c8da60af8773094dadb283/package.json#L64
**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**
<!-- Add any other context or screenshots about the feature request here. -->
关闭于 2026-02-14 4 条评论