File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ pageClass: rule-details
33sidebarDepth : 0
44title : vue/require-emit-validator
55description : require type definitions in emits
6+ since : v7.10.0
67---
78# vue/require-emit-validator
89
910> require type definitions in emits
1011
11- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
1212- :gear : This rule is included in .
1313
1414## :book : Rule Details
@@ -55,6 +55,10 @@ Nothing.
5555
5656- [ API Reference] ( https://v3.vuejs.org/api/options-data.html#emits )
5757
58+ ## :rocket : Version
59+
60+ This rule was introduced in eslint-plugin-vue v7.10.0
61+
5862## :mag : Implementation
5963
6064- [ 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 11{
22 "name" : " eslint-plugin-vue" ,
3- "version" : " 7.9 .0" ,
3+ "version" : " 7.10 .0" ,
44 "description" : " Official ESLint plugin for Vue.js" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments