eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

Official ESLint plugin for Vue.js

Results 291 eslint-plugin-vue issues
Sort by recently updated
recently updated
newest added

**Tell us about your environment** - **ESLint version:** 8.24.0 - **eslint-plugin-vue version:** 9.5.1 - **Node version:** 16.14.2 **The problem you want to solve.** Currently, `eslint-plugin-vue` configures both `env` and `parserOptions.ecmaVersion`...

**What rule do you want to change?** `define-props-declaration` **Does this change cause the rule to produce more or fewer warnings?** Does not change the number of warnings. **How will the...

I have been trying to troubleshoot this issue, but I am having trouble understanding how to resolve it. Currently, I am using lottie-web in a project and need to set...

**What rule do you want to change?** [vue/require-toggle-inside-transition](https://eslint.vuejs.org/rules/require-toggle-inside-transition.html) **Does this change cause the rule to produce more or fewer warnings?** If option is configured, fewer warnings. **How will the change...

enhancement
accepted proposition

**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 us about your...

This PR adds support for Vuex and Pinia methods to the `no-undef-properties` rule, allowing properties defined by `mapState`, `mapActions`, `mapGetters`, `mapMutations`, and `mapWritableState` to be recognized as defined properties. Test...

**Please describe what the rule should do:** Current `vue/no-ref-as-operand` rule only support the local `ref`. If a `ref` is being returned from a composable and being use with operand (eg:...

help wanted

> Warning: I made this PR on top of https://github.com/vuejs/eslint-plugin-vue/pull/2529 but I needed to open a PR against the `master` branch for it to show up in this repo The...

bug

Fixes an edge-case where the slot is dynamic derived from a `v-for`. Previously, it would move the `slot` directive in a new `` above the `v-for`, which broke it. Now,...

bug