@@ -94,7 +94,7 @@ The `--fix` option on the command line automatically fixes problems reported by
94
94
| :---| :--------| :------------|
95
95
| | [ no-dupe-keys] ( ./docs/rules/no-dupe-keys.md ) | Prevents duplication of field names. |
96
96
| :white_check_mark : | [ no-parsing-error] ( ./docs/rules/no-parsing-error.md ) | disallow parsing errors in ` <template> ` . |
97
- | | [ no-reservered -keys] ( ./docs/rules/no-reservered -keys.md ) | Prevent overwrite reserved keys. |
97
+ | | [ no-reserved -keys] ( ./docs/rules/no-reserved -keys.md ) | Prevent overwrite reserved keys. |
98
98
| | [ no-shared-component-data] ( ./docs/rules/no-shared-component-data.md ) | Enforces component's data property to be a function. |
99
99
| | [ no-template-key] ( ./docs/rules/no-template-key.md ) | disallow ` key ` attribute on ` <template> ` . |
100
100
| | [ require-render-return] ( ./docs/rules/require-render-return.md ) | Enforces render function to always return value. |
@@ -139,7 +139,9 @@ The `--fix` option on the command line automatically fixes problems reported by
139
139
| :wrench : | [ attribute-hyphenation] ( ./docs/rules/attribute-hyphenation.md ) | Define a style for the props casing in templates. |
140
140
| | [ html-quotes] ( ./docs/rules/html-quotes.md ) | enforce quotes style of HTML attributes. |
141
141
| :wrench : | [ html-self-closing] ( ./docs/rules/html-self-closing.md ) | enforce self-closing style. |
142
+ | | [ max-attributes-per-line] ( ./docs/rules/max-attributes-per-line.md ) | Define the number of attributes allows per line |
142
143
| :wrench : | [ name-property-casing] ( ./docs/rules/name-property-casing.md ) | Requires specific casing for the name property in Vue components |
144
+ | :wrench : | [ no-multi-spaces] ( ./docs/rules/no-multi-spaces.md ) | This rule warns about the usage of extra whitespaces between attributes |
143
145
| :wrench : | [ v-bind-style] ( ./docs/rules/v-bind-style.md ) | enforce ` v-bind ` directive style. |
144
146
| :wrench : | [ v-on-style] ( ./docs/rules/v-on-style.md ) | enforce ` v-on ` directive style. |
145
147
@@ -172,6 +174,7 @@ The `--fix` option on the command line automatically fixes problems reported by
172
174
| [ no-invalid-v-pre] ( ./rules/no-invalid-v-pre.md ) | [ valid-v-pre] ( ./rules/valid-v-pre.md ) |
173
175
| [ no-invalid-v-show] ( ./rules/no-invalid-v-show.md ) | [ valid-v-show] ( ./rules/valid-v-show.md ) |
174
176
| [ no-invalid-v-text] ( ./rules/no-invalid-v-text.md ) | [ valid-v-text] ( ./rules/valid-v-text.md ) |
177
+ | [ no-reservered-keys] ( ./rules/no-reservered-keys.md ) | [ no-reserved-keys] ( ./rules/no-reserved-keys.md ) |
175
178
176
179
<!-- RULES_TABLE_END-->
177
180
0 commit comments