We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4ea71 commit 8d20409Copy full SHA for 8d20409
lib/rules/no-use-v-if-with-v-for.js
@@ -51,7 +51,7 @@ module.exports = {
51
meta: {
52
docs: {
53
description: 'disallow use v-if on the same element as v-for',
54
- category: 'recommended',
+ category: 'essential',
55
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.1/docs/rules/no-use-v-if-with-v-for.md'
56
},
57
fixable: null,
0 commit comments