From 4711beedd968b1c24ab6902dada4bce76cec4d8c Mon Sep 17 00:00:00 2001 From: Jacob Milhorn <68669571+earlAchromatic@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:30:48 -0500 Subject: [PATCH] Remove v-bind shorthand syntax from list of examples rule will catch. This syntax gets removed at the parser level and so will never be enforced, even in Vue 2. See https://github.com/vuejs/eslint-plugin-vue/pull/2357. --- docs/rules/valid-v-bind.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/rules/valid-v-bind.md b/docs/rules/valid-v-bind.md index 32a07aa60..b3a3ebec9 100644 --- a/docs/rules/valid-v-bind.md +++ b/docs/rules/valid-v-bind.md @@ -34,7 +34,6 @@ This rule does not report `v-bind` directives which do not have their argument (
- ```