From ace885bbfc9f7038e3246c7870eea58dc36c195d Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 27 Nov 2024 14:46:01 +0100 Subject: [PATCH] Add `vue/no-deprecated-model-definition` to `vue3-essential` config --- docs/rules/index.md | 2 +- docs/rules/no-deprecated-model-definition.md | 1 + lib/configs/flat/vue3-essential.js | 1 + lib/configs/vue3-essential.js | 1 + lib/rules/no-deprecated-model-definition.js | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index 074f4bd46..ce8777438 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -56,6 +56,7 @@ Rules in this category are enabled for all presets provided by eslint-plugin-vue | [vue/no-deprecated-functional-template](./no-deprecated-functional-template.md) | disallow using deprecated the `functional` template (in Vue.js 3.0.0+) | | :three::warning: | | [vue/no-deprecated-html-element-is](./no-deprecated-html-element-is.md) | disallow using deprecated the `is` attribute on HTML elements (in Vue.js 3.0.0+) | | :three::warning: | | [vue/no-deprecated-inline-template](./no-deprecated-inline-template.md) | disallow using deprecated `inline-template` attribute (in Vue.js 3.0.0+) | | :three::warning: | +| [vue/no-deprecated-model-definition](./no-deprecated-model-definition.md) | disallow deprecated `model` definition (in Vue.js 3.0.0+) | :bulb: | :three::warning: | | [vue/no-deprecated-props-default-this](./no-deprecated-props-default-this.md) | disallow deprecated `this` access in props default function (in Vue.js 3.0.0+) | | :three::warning: | | [vue/no-deprecated-router-link-tag-prop](./no-deprecated-router-link-tag-prop.md) | disallow using deprecated `tag` property on `RouterLink` (in Vue.js 3.0.0+) | | :three::warning: | | [vue/no-deprecated-scope-attribute](./no-deprecated-scope-attribute.md) | disallow deprecated `scope` attribute (in Vue.js 2.5.0+) | :wrench: | :three::hammer: | @@ -230,7 +231,6 @@ For example: | [vue/no-bare-strings-in-template](./no-bare-strings-in-template.md) | disallow the use of bare strings in `