File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The `--fix` option on the command line automatically fixes problems reported by
67
67
| :wrench : | [ html-end-tags] ( ./docs/rules/html-end-tags.md ) | enforce end tag style. |
68
68
| :wrench : | [ html-no-self-closing] ( ./docs/rules/html-no-self-closing.md ) | disallow self-closing elements. |
69
69
| :white_check_mark : | [ no-confusing-v-for-v-if] ( ./docs/rules/no-confusing-v-for-v-if.md ) | disallow confusing ` v-for ` and ` v-if ` on the same element. |
70
- | | [ no-duplicate-attributes] ( ./docs/rules/no-duplicate-attributes.md ) | disallow duplicate arguments . |
70
+ | | [ no-duplicate-attributes] ( ./docs/rules/no-duplicate-attributes.md ) | disallow duplicate attributes . |
71
71
| :white_check_mark : | [ no-textarea-mustache] ( ./docs/rules/no-textarea-mustache.md ) | disallow mustaches in ` <textarea> ` . |
72
72
| | [ order-in-components] ( ./docs/rules/order-in-components.md ) | Keep order of properties in components |
73
73
| :white_check_mark : | [ require-component-is] ( ./docs/rules/require-component-is.md ) | require ` v-bind:is ` of ` <component> ` elements. |
You can’t perform that action at this time.
0 commit comments