Skip to content

Commit 8d20409

Browse files
committed
Update no-use-v-if-v-for category to essential
1 parent da4ea71 commit 8d20409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/rules/no-use-v-if-with-v-for.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
meta: {
5252
docs: {
5353
description: 'disallow use v-if on the same element as v-for',
54-
category: 'recommended',
54+
category: 'essential',
5555
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.1/docs/rules/no-use-v-if-with-v-for.md'
5656
},
5757
fixable: null,

0 commit comments

Comments
 (0)