Skip to content

Commit 4e94cdf

Browse files
committed
chore run update
1 parent 8022b32 commit 4e94cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ For example:
286286
| [vue/no-bare-strings-in-template](./no-bare-strings-in-template.md) | disallow the use of bare strings in `<template>` | |
287287
| [vue/no-boolean-default](./no-boolean-default.md) | disallow boolean defaults | :wrench: |
288288
| [vue/no-duplicate-attr-inheritance](./no-duplicate-attr-inheritance.md) | enforce `inheritAttrs` to be set to `false` when using `v-bind="$attrs"` | |
289-
| [vue/no-multiple-objects-in-class](./no-multiple-objects-in-class.md) | disallow to pass multiple objects into array to class | |
290289
| [vue/no-empty-component-block](./no-empty-component-block.md) | disallow the `<template>` `<script>` `<style>` block to be empty | |
290+
| [vue/no-multiple-objects-in-class](./no-multiple-objects-in-class.md) | disallow to pass multiple objects into array to class | |
291291
| [vue/no-potential-component-option-typo](./no-potential-component-option-typo.md) | disallow a potential typo in your component property | |
292292
| [vue/no-reserved-component-names](./no-reserved-component-names.md) | disallow the use of reserved names in component definitions | |
293293
| [vue/no-restricted-component-options](./no-restricted-component-options.md) | disallow specific component option | |

0 commit comments

Comments
 (0)