File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ pageClass: rule-details
33sidebarDepth : 0
44title : vue/restricted-component-names
55description : enforce using only specific component names
6+ since : v9.32.0
67---
78
89# vue/restricted-component-names
910
1011> enforce using only specific component names
1112
12- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13-
1413## :book : Rule Details
1514
1615This rule enforces consistency in component names.
@@ -60,6 +59,10 @@ This rule enforces consistency in component names.
6059
6160- [ vue/no-restricted-component-names] ( ./no-restricted-component-names.md )
6261
62+ ## :rocket : Version
63+
64+ This rule was introduced in eslint-plugin-vue v9.32.0
65+
6366## :mag : Implementation
6467
6568- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/restricted-component-names.js )
Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ pageClass: rule-details
33sidebarDepth : 0
44title : vue/slot-name-casing
55description : enforce specific casing for slot names
6+ since : v9.32.0
67---
78
89# vue/slot-name-casing
910
1011> enforce specific casing for slot names
1112
12- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13-
1413## :book : Rule Details
1514
1615This rule enforces proper casing of slot names in Vue components.
@@ -82,6 +81,10 @@ This rule enforces proper casing of slot names in Vue components.
8281
8382</eslint-code-block >
8483
84+ ## :rocket : Version
85+
86+ This rule was introduced in eslint-plugin-vue v9.32.0
87+
8588## :mag : Implementation
8689
8790- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/slot-name-casing.js )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-vue" ,
3- "version" : " 9.31 .0" ,
3+ "version" : " 9.32 .0" ,
44 "description" : " Official ESLint plugin for Vue.js" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments