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/component-options-name-casing.md
+5-1Lines changed: 5 additions & 1 deletion
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/component-options-name-casing
5
5
description: enforce the casing of component name in `components` options
6
+
since: v8.2.0
6
7
---
7
8
# vue/component-options-name-casing
8
9
9
10
> enforce the casing of component name in `components` options
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
-: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.
13
13
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
14
14
@@ -159,6 +159,10 @@ export default {
159
159
160
160
</eslint-code-block>
161
161
162
+
## :rocket: Version
163
+
164
+
This rule was introduced in eslint-plugin-vue v8.2.0
Copy file name to clipboardExpand all lines: docs/rules/prefer-separate-static-class.md
+5-1Lines changed: 5 additions & 1 deletion
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/prefer-separate-static-class
5
5
description: require static class names in template to be in a separate `class` attribute
6
+
since: v8.2.0
6
7
---
7
8
# vue/prefer-separate-static-class
8
9
9
10
> require static class names in template to be in a separate `class` 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
-: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.
13
13
14
14
## :book: Rule Details
@@ -37,6 +37,10 @@ This rule reports static class names in dynamic class attributes.
37
37
38
38
Nothing.
39
39
40
+
## :rocket: Version
41
+
42
+
This rule was introduced in eslint-plugin-vue v8.2.0
0 commit comments