You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -221,6 +220,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi
221
220
|:---|:--------|:------------|
222
221
|:wrench:|[vue/html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md)| require or disallow a line break before tag's closing brackets |
223
222
|:wrench:|[vue/html-closing-bracket-spacing](./docs/rules/html-closing-bracket-spacing.md)| require or disallow a space before tag's closing brackets |
223
+
||[vue/no-use-v-if-with-v-for](./docs/rules/no-use-v-if-with-v-for.md)| disallow use v-if on the same element as v-for |
224
224
|:wrench:|[vue/prop-name-casing](./docs/rules/prop-name-casing.md)| enforce specific casing for the Prop name in Vue components |
225
225
|:wrench:|[vue/script-indent](./docs/rules/script-indent.md)| enforce consistent indentation in `<script>`|
0 commit comments