From 7f18eff0d55f61286ac640fa3dc7eddef5db51c6 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 13 Dec 2024 09:41:36 +0100 Subject: [PATCH] Add `vue/no-required-prop-with-default` to recommended configs (#2640) --- docs/rules/index.md | 2 +- docs/rules/no-required-prop-with-default.md | 1 + lib/configs/flat/vue2-recommended.js | 1 + lib/configs/flat/vue3-recommended.js | 1 + lib/configs/vue2-recommended.js | 1 + lib/configs/vue3-recommended.js | 1 + lib/rules/no-required-prop-with-default.js | 2 +- 7 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index 81d64ff18..426938ac8 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -182,6 +182,7 @@ Rules in this category are enabled for all presets provided by eslint-plugin-vue | [vue/block-order] | enforce order of component top-level elements | :wrench: | :three::two::hammer: | | [vue/no-lone-template] | disallow unnecessary `