File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,7 @@ For example:
321
321
| [ vue/no-useless-v-bind] ( ./no-useless-v-bind.md ) | disallow unnecessary ` v-bind ` directives | :wrench : |
322
322
| [ vue/padding-line-between-blocks] ( ./padding-line-between-blocks.md ) | require or disallow padding lines between blocks | :wrench : |
323
323
| [ 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 | |
324
325
| [ vue/require-name-property] ( ./require-name-property.md ) | require a name property in Vue components | |
325
326
| [ vue/script-indent] ( ./script-indent.md ) | enforce consistent indentation in ` <script> ` | :wrench : |
326
327
| [ vue/sort-keys] ( ./sort-keys.md ) | enforce sort-keys in a manner that is compatible with order-in-components | |
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ since: v7.10.0
9
9
10
10
> require type definitions in emits
11
11
12
- - :gear : This rule is included in .
13
-
14
12
## :book : Rule Details
15
13
16
14
This rule enforces that a ` emits ` statement contains type definition.
You can’t perform that action at this time.
0 commit comments