From 3b5b1273c94d0b1b545e3a8308a515bcc33d81fc Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Fri, 29 Oct 2021 11:19:34 +0900 Subject: [PATCH] 8.0.0 --- docs/rules/first-attribute-linebreak.md | 6 +++++- docs/rules/multi-word-component-names.md | 4 ++-- docs/rules/no-loss-of-precision.md | 7 +++++-- docs/rules/no-reserved-props.md | 6 +++++- package.json | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/rules/first-attribute-linebreak.md b/docs/rules/first-attribute-linebreak.md index 83aa4eda9..be53bd68b 100644 --- a/docs/rules/first-attribute-linebreak.md +++ b/docs/rules/first-attribute-linebreak.md @@ -3,12 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/first-attribute-linebreak description: enforce the location of first attribute +since: v8.0.0 --- # vue/first-attribute-linebreak > enforce the location of first attribute -- :exclamation: ***This rule has not been released yet.*** - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `"plugin:vue/strongly-recommended"`, `"plugin:vue/vue3-recommended"` and `"plugin:vue/recommended"`. - :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. @@ -158,6 +158,10 @@ This rule aims to enforce a consistent location for the first attribute. - [Style guide - Multi attribute elements](https://v3.vuejs.org/style-guide/#multi-attribute-elements-strongly-recommended) +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v8.0.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/first-attribute-linebreak.js) diff --git a/docs/rules/multi-word-component-names.md b/docs/rules/multi-word-component-names.md index 33e48fb00..e45bd7b61 100644 --- a/docs/rules/multi-word-component-names.md +++ b/docs/rules/multi-word-component-names.md @@ -90,7 +90,7 @@ export default { ### `ignores: ["Todo"]` - + ```vue