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
|[vue/max-attributes-per-line](./max-attributes-per-line.md)| enforce the maximum number of attributes per line |:wrench:|
98
+
|[vue/multiline-html-element-content-newline](./multiline-html-element-content-newline.md)| require a line break before and after the contents of a multiline element |:wrench:|
99
+
|[vue/mustache-interpolation-spacing](./mustache-interpolation-spacing.md)| enforce unified spacing in mustache interpolations |:wrench:|
100
+
|[vue/name-property-casing](./name-property-casing.md)| enforce specific casing for the name property in Vue components |:wrench:|
|[vue/no-spaces-around-equal-signs-in-attribute](./no-spaces-around-equal-signs-in-attribute.md)| disallow spaces around equal signs in attribute |:wrench:|
103
+
|[vue/no-template-shadow](./no-template-shadow.md)| disallow variable declarations from shadowing variables declared in the outer scope ||
104
+
|[vue/prop-name-casing](./prop-name-casing.md)| enforce specific casing for the Prop name in Vue components ||
105
+
|[vue/require-default-prop](./require-default-prop.md)| require default value for props ||
106
+
|[vue/require-prop-types](./require-prop-types.md)| require type definitions in props ||
107
+
|[vue/singleline-html-element-content-newline](./singleline-html-element-content-newline.md)| require a line break before and after the contents of a singleline element |:wrench:|
Copy file name to clipboardExpand all lines: docs/rules/attribute-hyphenation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce attribute naming style on custom components in template
7
7
# vue/attribute-hyphenation
8
8
> enforce attribute naming style on custom components in template
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/attributes-order.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce order of attributes
7
7
# vue/attributes-order
8
8
> enforce order of attributes
9
9
10
-
-:gear: This rule is included in `"plugin:vue/recommended"`.
10
+
-:gear: This rule is included in `"plugin:vue/vue3-recommended"` and `"plugin:vue/recommended"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/html-closing-bracket-newline.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: require or disallow a line break before tag's closing brackets
7
7
# vue/html-closing-bracket-newline
8
8
> require or disallow a line break before tag's closing brackets
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
12
12
13
13
People have their own preference about the location of closing brackets.
Copy file name to clipboardExpand all lines: docs/rules/html-closing-bracket-spacing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: require or disallow a space before tag's closing brackets
7
7
# vue/html-closing-bracket-spacing
8
8
> require or disallow a space before tag's closing brackets
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/html-end-tags.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce end tag style
7
7
# vue/html-end-tags
8
8
> enforce end tag style
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/html-indent.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce consistent indentation in `<template>`
7
7
# vue/html-indent
8
8
> enforce consistent indentation in `<template>`
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/html-quotes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce quotes style of HTML attributes
7
7
# vue/html-quotes
8
8
> enforce quotes style of HTML attributes
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/max-attributes-per-line.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce the maximum number of attributes per line
7
7
# vue/max-attributes-per-line
8
8
> enforce the maximum number of attributes per line
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
12
12
13
13
Limits the maximum number of attributes/properties per line to improve readability.
Copy file name to clipboardExpand all lines: docs/rules/multiline-html-element-content-newline.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: require a line break before and after the contents of a multiline e
7
7
# vue/multiline-html-element-content-newline
8
8
> require a line break before and after the contents of a multiline element
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
> enforce unified spacing in mustache interpolations
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
Copy file name to clipboardExpand all lines: docs/rules/name-property-casing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: enforce specific casing for the name property in Vue components
7
7
# vue/name-property-casing
8
8
> enforce specific casing for the name property in Vue components
9
9
10
-
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
10
+
-: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"`.
11
11
-: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.
0 commit comments