From 138c19a5bb58a3a9fc7c98ebb25f55b81ddebad7 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Thu, 30 Jan 2025 14:10:58 +0100 Subject: [PATCH 1/4] Deprecate `vue/no-v-for-template-key` --- docs/rules/index.md | 11 ++++++++++- docs/rules/no-v-for-template-key.md | 1 + lib/rules/no-v-for-template-key.js | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index 84ce1f2ee..a0d33f771 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -91,7 +91,7 @@ Rules in this category are enabled for all presets provided by eslint-plugin-vue | [vue/no-use-v-if-with-v-for] | disallow using `v-if` on the same element as `v-for` | | :three::two::hammer: | | [vue/no-useless-template-attributes] | disallow useless attribute on `