Skip to content

Commit e1815cd

Browse files
committed
Update docs
1 parent 9c53407 commit e1815cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/rules/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ For example:
321321
| [vue/no-useless-v-bind](./no-useless-v-bind.md) | disallow unnecessary `v-bind` directives | :wrench: |
322322
| [vue/padding-line-between-blocks](./padding-line-between-blocks.md) | require or disallow padding lines between blocks | :wrench: |
323323
| [vue/require-direct-export](./require-direct-export.md) | require the component to be directly exported | |
324+
| [vue/require-emit-validator](./require-emit-validator.md) | require type definitions in emits | |
324325
| [vue/require-name-property](./require-name-property.md) | require a name property in Vue components | |
325326
| [vue/script-indent](./script-indent.md) | enforce consistent indentation in `<script>` | :wrench: |
326327
| [vue/sort-keys](./sort-keys.md) | enforce sort-keys in a manner that is compatible with order-in-components | |

docs/rules/require-emit-validator.md

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ since: v7.10.0
99

1010
> require type definitions in emits
1111
12-
- :gear: This rule is included in .
13-
1412
## :book: Rule Details
1513

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

0 commit comments

Comments
 (0)