Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 2, 2021
1 parent 9c53407 commit e1815cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/rules/README.md
Expand Up @@ -321,6 +321,7 @@ For example:
| [vue/no-useless-v-bind](./no-useless-v-bind.md) | disallow unnecessary `v-bind` directives | :wrench: |
| [vue/padding-line-between-blocks](./padding-line-between-blocks.md) | require or disallow padding lines between blocks | :wrench: |
| [vue/require-direct-export](./require-direct-export.md) | require the component to be directly exported | |
| [vue/require-emit-validator](./require-emit-validator.md) | require type definitions in emits | |
| [vue/require-name-property](./require-name-property.md) | require a name property in Vue components | |
| [vue/script-indent](./script-indent.md) | enforce consistent indentation in `<script>` | :wrench: |
| [vue/sort-keys](./sort-keys.md) | enforce sort-keys in a manner that is compatible with order-in-components | |
Expand Down
2 changes: 0 additions & 2 deletions docs/rules/require-emit-validator.md
Expand Up @@ -9,8 +9,6 @@ since: v7.10.0

> require type definitions in emits
- :gear: This rule is included in .

## :book: Rule Details

This rule enforces that a `emits` statement contains type definition.
Expand Down

0 comments on commit e1815cd

Please sign in to comment.