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/block-order.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ since: v9.16.0
10
10
11
11
> enforce order of component top-level elements
12
12
13
+
-:gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-recommended"]`.
13
14
-: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/component-tags-order.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ since: v6.1.0
11
11
> enforce order of component top-level elements
12
12
13
13
-:no_entry_sign: This rule was **deprecated** and replaced by [vue/block-order](block-order.md) rule.
14
-
-:gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-recommended"]`.
15
14
-: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.
|[vue/no-multiple-slot-args](./no-multiple-slot-args.md)| disallow to pass multiple arguments to scoped slots ||:three::two::warning:|
183
183
|[vue/no-v-html](./no-v-html.md)| disallow use of v-html to prevent XSS attack ||:three::two::hammer:|
@@ -206,7 +206,6 @@ For example:
206
206
| Rule ID | Description |||
207
207
|:--------|:------------|:--:|:--:|
208
208
|[vue/block-lang](./block-lang.md)| disallow use other than available `lang`||:hammer:|
209
-
|[vue/block-order](./block-order.md)| enforce order of component top-level elements |:wrench:|:hammer:|
210
209
|[vue/block-tag-newline](./block-tag-newline.md)| enforce line breaks after opening and before closing block-level tags |:wrench:|:lipstick:|
211
210
|[vue/component-api-style](./component-api-style.md)| enforce component API style ||:hammer:|
212
211
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|:hammer:|
0 commit comments