Skip to content

Commit 4cbcad6

Browse files
committed
9.32.0
1 parent dc06535 commit 4cbcad6

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/rules/restricted-component-names.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/restricted-component-names
55
description: 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

1615
This 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)

docs/rules/slot-name-casing.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/slot-name-casing
55
description: 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

1615
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.
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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)