-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I'm using [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).
- [X] I'm sure the problem is a parser …
-
**Checklist**
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
**Tell u…
-
#### Summary
https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility
-
![image](https://github.com/user-attachments/assets/cc7c3844-3508-4a19-8dc2-fe6ca2e71228)
package.json
```
{
"name": "vue-project-templete",
"version": "0.0.0",
"private": true,
"ty…
-
placing `...eslintPluginToml.configs["flat/base"],` in the top level of an eslint.config.js works well because the rules block in flat/base includes a file scope for `"**/*.toml"` files.
placing `.…
-
### Version
5.0.1
### Reproduction link
[github.com](https://github.com/josephlbarnett/quizzy/blob/2124ad79f5f88d0535bdb4950c60785c8e9fa6b6/client/package.json#L110-L120)
### Environme…
-
### Describe the bug
使用electron-vite创建了项目,在工程中添加vue-router路由,无论是electron子窗口或者浏览器中打开我定义的路由的地址,都是App.vue中的内容
package.json
`{
"name": "electron-vite-quickstart",
"version": "1.0.0",
"desc…
-
deno 2.0.0-rc.4 (release candidate, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
```
{
"name": "test_deno",
"version": "1.0.0",
"main": "index.js",
"descripti…
-
If I run `bun run lint` - I get error
```
ESLint: 8.57.1
AssertionError [ERR_ASSERTION]: Node must be provided when reporting error if location is not provided
```
Here is the reproducible repo…
-
It is not clear whether vue-eslint-parser supports eslint 9's [flat configuration](https://eslint.org/docs/latest/use/configure/migration-guide#start-using-flat-config-files), but the current issue I …