You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/first-attribute-linebreak.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/first-attribute-linebreak
5
5
description: enforce the location of first attribute
6
+
since: v8.0.0
6
7
---
7
8
# vue/first-attribute-linebreak
8
9
9
10
> enforce the location of first attribute
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-:gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `"plugin:vue/strongly-recommended"`, `"plugin:vue/vue3-recommended"` and `"plugin:vue/recommended"`.
13
13
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
14
14
@@ -158,6 +158,10 @@ This rule aims to enforce a consistent location for the first attribute.
158
158
159
159
-[Style guide - Multi attribute elements](https://v3.vuejs.org/style-guide/#multi-attribute-elements-strongly-recommended)
160
160
161
+
## :rocket: Version
162
+
163
+
This rule was introduced in eslint-plugin-vue v8.0.0
Copy file name to clipboardExpand all lines: docs/rules/no-reserved-props.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/no-reserved-props
5
5
description: disallow reserved names in props
6
+
since: v8.0.0
6
7
---
7
8
# vue/no-reserved-props
8
9
9
10
> disallow reserved names in props
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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"`.
13
13
14
14
## :book: Rule Details
@@ -46,6 +46,10 @@ export default {
46
46
47
47
-`vueVersion` (`2 | 3`) ... Specify the version of Vue you are using. Default is `3`.
48
48
49
+
## :rocket: Version
50
+
51
+
This rule was introduced in eslint-plugin-vue v8.0.0
0 commit comments