Commit 4cbcad6 1 parent dc06535 commit 4cbcad6 Copy full SHA for 4cbcad6
File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ pageClass: rule-details
3
3
sidebarDepth : 0
4
4
title : vue/restricted-component-names
5
5
description : enforce using only specific component names
6
+ since : v9.32.0
6
7
---
7
8
8
9
# vue/restricted-component-names
9
10
10
11
> enforce using only specific component names
11
12
12
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13
-
14
13
## :book : Rule Details
15
14
16
15
This rule enforces consistency in component names.
@@ -60,6 +59,10 @@ This rule enforces consistency in component names.
60
59
61
60
- [ vue/no-restricted-component-names] ( ./no-restricted-component-names.md )
62
61
62
+ ## :rocket : Version
63
+
64
+ This rule was introduced in eslint-plugin-vue v9.32.0
65
+
63
66
## :mag : Implementation
64
67
65
68
- [ 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
3
3
sidebarDepth : 0
4
4
title : vue/slot-name-casing
5
5
description : enforce specific casing for slot names
6
+ since : v9.32.0
6
7
---
7
8
8
9
# vue/slot-name-casing
9
10
10
11
> enforce specific casing for slot names
11
12
12
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13
-
14
13
## :book : Rule Details
15
14
16
15
This 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.
82
81
83
82
</eslint-code-block >
84
83
84
+ ## :rocket : Version
85
+
86
+ This rule was introduced in eslint-plugin-vue v9.32.0
87
+
85
88
## :mag : Implementation
86
89
87
90
- [ 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 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 9.31 .0" ,
3
+ "version" : " 9.32 .0" ,
4
4
"description" : " Official ESLint plugin for Vue.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments