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-tags-order.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ since: v6.1.0
10
10
11
11
> enforce order of component top-level elements
12
12
13
-
-:no_entry_sign: This rule was **deprecated** and replaced by [vue/block-order](block-order.md) rule.
14
-
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.
13
+
-:no_entry: This rule was **removed** in eslint-plugin-vue v10.0.0 and replaced by [vue/block-order](block-order.md) rule.
Copy file name to clipboardexpand all lines: docs/rules/no-ref-object-destructure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ since: v9.5.0
10
10
11
11
> disallow usages of ref objects that can lead to loss of reactivity
12
12
13
-
-:no_entry_sign: This rule was **deprecated** and replaced by [vue/no-ref-object-reactivity-loss](no-ref-object-reactivity-loss.md) rule.
13
+
-:no_entry: This rule was **removed** in eslint-plugin-vue v10.0.0 and replaced by [vue/no-ref-object-reactivity-loss](no-ref-object-reactivity-loss.md) rule.
Copy file name to clipboardexpand all lines: docs/rules/no-setup-props-destructure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ since: v7.0.0
10
10
11
11
> disallow usages that lose the reactivity of `props` passed to `setup`
12
12
13
-
-:no_entry_sign: This rule was **deprecated** and replaced by [vue/no-setup-props-reactivity-loss](no-setup-props-reactivity-loss.md) rule.
13
+
-:no_entry: This rule was **removed** in eslint-plugin-vue v10.0.0 and replaced by [vue/no-setup-props-reactivity-loss](no-setup-props-reactivity-loss.md) rule.
Copy file name to clipboardexpand all lines: docs/rules/v-on-function-call.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ since: v5.2.0
10
10
11
11
> enforce or forbid parentheses after method calls without arguments in `v-on` directives
12
12
13
-
-:no_entry_sign: This rule was **deprecated** and replaced by [vue/v-on-handler-style](v-on-handler-style.md) rule.
14
-
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.
13
+
-:no_entry: This rule was **removed** in eslint-plugin-vue v10.0.0 and replaced by [vue/v-on-handler-style](v-on-handler-style.md) rule.
0 commit comments