From c64bf9448099bd7ca3512dca705c81730afec4ab Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 2 Jul 2024 16:36:57 +0900 Subject: [PATCH] 9.27.0 --- docs/rules/object-curly-newline.md | 2 +- docs/rules/object-property-newline.md | 2 +- lib/utils/vue3-export-names.json | 1 + package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/rules/object-curly-newline.md b/docs/rules/object-curly-newline.md index c4743c261..f0b0bf677 100644 --- a/docs/rules/object-curly-newline.md +++ b/docs/rules/object-curly-newline.md @@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0 - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-curly-newline.js) - [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-curly-newline.js) -Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/object-curly-newline) +Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/object-curly-newline) diff --git a/docs/rules/object-property-newline.md b/docs/rules/object-property-newline.md index c6e315c08..bfba0c0a2 100644 --- a/docs/rules/object-property-newline.md +++ b/docs/rules/object-property-newline.md @@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0 - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-property-newline.js) - [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-property-newline.js) -Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/object-property-newline) +Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/object-property-newline) diff --git a/lib/utils/vue3-export-names.json b/lib/utils/vue3-export-names.json index df8e5d9c6..28f14d9ce 100644 --- a/lib/utils/vue3-export-names.json +++ b/lib/utils/vue3-export-names.json @@ -12,6 +12,7 @@ "MaybeRef", "MaybeRefOrGetter", "Raw", + "Reactive", "ReactiveEffect", "ReactiveEffectOptions", "ReactiveEffectRunner", diff --git a/package.json b/package.json index b35fd5daa..913db8b17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "9.26.0", + "version": "9.27.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {