Skip to content

Commit 1d2318e

Browse files
committed
9.0.0
1 parent 6bd81ea commit 1d2318e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/rules/valid-attribute-name.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/valid-attribute-name
55
description: require valid attribute names
6+
since: v9.0.0
67
---
78
# vue/valid-attribute-name
89

910
> require valid attribute names
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 all of `"plugin:vue/vue3-essential"`, `"plugin:vue/essential"`, `"plugin:vue/vue3-strongly-recommended"`, `"plugin:vue/strongly-recommended"`, `"plugin:vue/vue3-recommended"` and `"plugin:vue/recommended"`.
1313

1414
## :book: Rule Details
@@ -38,6 +38,10 @@ This rule detects invalid HTML attributes.
3838

3939
Nothing.
4040

41+
## :rocket: Version
42+
43+
This rule was introduced in eslint-plugin-vue v9.0.0
44+
4145
## :mag: Implementation
4246

4347
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/valid-attribute-name.js)

docs/rules/valid-model-definition.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/valid-model-definition
55
description: require valid keys in model option
6+
since: v9.0.0
67
---
78
# vue/valid-model-definition
89

910
> require valid keys in model option
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 all of `"plugin:vue/essential"`, `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
1313

1414
## :book: Rule Details
@@ -110,6 +110,10 @@ export default {
110110

111111
</eslint-code-block>
112112

113+
## :rocket: Version
114+
115+
This rule was introduced in eslint-plugin-vue v9.0.0
116+
113117
## :mag: Implementation
114118

115119
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/valid-model-definition.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": "8.7.0",
3+
"version": "9.0.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)