File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth : 0
4
4
title : vue/require-emit-validator
5
5
description : require type definitions in emits
6
+ since : v7.10.0
6
7
---
7
8
# vue/require-emit-validator
8
9
9
10
> require type definitions in emits
10
11
11
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
12
12
- :gear : This rule is included in .
13
13
14
14
## :book : Rule Details
@@ -55,6 +55,10 @@ Nothing.
55
55
56
56
- [ API Reference] ( https://v3.vuejs.org/api/options-data.html#emits )
57
57
58
+ ## :rocket : Version
59
+
60
+ This rule was introduced in eslint-plugin-vue v7.10.0
61
+
58
62
## :mag : Implementation
59
63
60
64
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/require-emit-validator.js )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 7.9 .0" ,
3
+ "version" : " 7.10 .0" ,
4
4
"description" : " Official ESLint plugin for Vue.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments