From 2c2af66086ac549460185b544ac8169e37eb69ad 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 preset 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 8ffa6dfc1..4e4c6e626 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](./block-order.md) | enforce order of component top-level elements | :wrench: | :three::two::hammer: | | [vue/no-lone-template](./no-lone-template.md) | disallow unnecessary `