Skip to content

Commit

Permalink
9.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 2, 2024
1 parent cac8167 commit c64bf94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/rules/object-curly-newline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/object-curly-newline)</sup>
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/object-curly-newline)</sup>
2 changes: 1 addition & 1 deletion docs/rules/object-property-newline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/object-property-newline)</sup>
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/object-property-newline)</sup>
1 change: 1 addition & 0 deletions lib/utils/vue3-export-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"MaybeRef",
"MaybeRefOrGetter",
"Raw",
"Reactive",
"ReactiveEffect",
"ReactiveEffectOptions",
"ReactiveEffectRunner",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c64bf94

Please sign in to comment.