diff --git a/docs/rules/array-bracket-newline.md b/docs/rules/array-bracket-newline.md index 10182aeba..550723b5d 100644 --- a/docs/rules/array-bracket-newline.md +++ b/docs/rules/array-bracket-newline.md @@ -10,7 +10,7 @@ since: v7.1.0 > Enforce linebreaks after opening and before closing array brackets in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/array-bracket-newline] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/array-bracket-spacing.md b/docs/rules/array-bracket-spacing.md index 9f8c73085..d2f820189 100644 --- a/docs/rules/array-bracket-spacing.md +++ b/docs/rules/array-bracket-spacing.md @@ -10,7 +10,7 @@ since: v5.2.0 > Enforce consistent spacing inside array brackets in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/array-bracket-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/array-element-newline.md b/docs/rules/array-element-newline.md index 45f2ad106..bd83bdda4 100644 --- a/docs/rules/array-element-newline.md +++ b/docs/rules/array-element-newline.md @@ -10,7 +10,7 @@ since: v9.9.0 > Enforce line breaks after each array element in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/array-element-newline] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/arrow-spacing.md b/docs/rules/arrow-spacing.md index b9aa60dc1..7020a208e 100644 --- a/docs/rules/arrow-spacing.md +++ b/docs/rules/arrow-spacing.md @@ -10,7 +10,7 @@ since: v5.2.0 > Enforce consistent spacing before and after the arrow in arrow functions in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/arrow-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/attribute-hyphenation.md b/docs/rules/attribute-hyphenation.md index 89442fceb..0eaa4075b 100644 --- a/docs/rules/attribute-hyphenation.md +++ b/docs/rules/attribute-hyphenation.md @@ -11,7 +11,7 @@ since: v3.9.0 > enforce attribute naming style on custom components in template - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/attributes-order.md b/docs/rules/attributes-order.md index 366f134b8..6c3108886 100644 --- a/docs/rules/attributes-order.md +++ b/docs/rules/attributes-order.md @@ -11,7 +11,7 @@ since: v4.3.0 > enforce order of attributes - :gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/block-order.md b/docs/rules/block-order.md index dcb05e1b7..314d6c5a8 100644 --- a/docs/rules/block-order.md +++ b/docs/rules/block-order.md @@ -10,7 +10,7 @@ since: v9.16.0 > enforce order of component top-level elements -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/block-spacing.md b/docs/rules/block-spacing.md index 95d0fd6a5..e9f16b8d0 100644 --- a/docs/rules/block-spacing.md +++ b/docs/rules/block-spacing.md @@ -10,7 +10,7 @@ since: v5.2.0 > Disallow or enforce spaces inside of blocks after opening block and before closing block in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/block-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/block-tag-newline.md b/docs/rules/block-tag-newline.md index 896a7d9f4..8e336b284 100644 --- a/docs/rules/block-tag-newline.md +++ b/docs/rules/block-tag-newline.md @@ -10,7 +10,7 @@ since: v7.1.0 > enforce line breaks after opening and before closing block-level tags -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/brace-style.md b/docs/rules/brace-style.md index 28d0007d6..1727f42fb 100644 --- a/docs/rules/brace-style.md +++ b/docs/rules/brace-style.md @@ -10,7 +10,7 @@ since: v5.2.0 > Enforce consistent brace style for blocks in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/brace-style] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/comma-dangle.md b/docs/rules/comma-dangle.md index e25b2ee12..aceaa6dc1 100644 --- a/docs/rules/comma-dangle.md +++ b/docs/rules/comma-dangle.md @@ -10,7 +10,7 @@ since: v5.2.0 > Require or disallow trailing commas in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/comma-dangle] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/comma-spacing.md b/docs/rules/comma-spacing.md index 1c299f2b7..b585fadf7 100644 --- a/docs/rules/comma-spacing.md +++ b/docs/rules/comma-spacing.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce consistent spacing before and after commas in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/comma-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/comma-style.md b/docs/rules/comma-style.md index 11eaea6f6..9e08fdaaf 100644 --- a/docs/rules/comma-style.md +++ b/docs/rules/comma-style.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce consistent comma style in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/comma-style] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/component-definition-name-casing.md b/docs/rules/component-definition-name-casing.md index 5730e9bb1..cff107a64 100644 --- a/docs/rules/component-definition-name-casing.md +++ b/docs/rules/component-definition-name-casing.md @@ -11,7 +11,7 @@ since: v7.0.0 > enforce specific casing for component definition name - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. Define a style for component definition name casing for consistency purposes. diff --git a/docs/rules/component-name-in-template-casing.md b/docs/rules/component-name-in-template-casing.md index 5979a6d7a..dd59d40e4 100644 --- a/docs/rules/component-name-in-template-casing.md +++ b/docs/rules/component-name-in-template-casing.md @@ -10,7 +10,7 @@ since: v5.0.0 > enforce specific casing for the component naming style in template -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. Define a style for the component name in template casing for consistency purposes. diff --git a/docs/rules/component-options-name-casing.md b/docs/rules/component-options-name-casing.md index ef887a12d..469865478 100644 --- a/docs/rules/component-options-name-casing.md +++ b/docs/rules/component-options-name-casing.md @@ -10,7 +10,7 @@ since: v8.2.0 > enforce the casing of component name in `components` options -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. - :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ## :book: Rule Details diff --git a/docs/rules/component-tags-order.md b/docs/rules/component-tags-order.md index d7688981d..4f1397bd8 100644 --- a/docs/rules/component-tags-order.md +++ b/docs/rules/component-tags-order.md @@ -12,7 +12,7 @@ since: v6.1.0 - :no_entry_sign: This rule was **deprecated** and replaced by [vue/block-order](block-order.md) rule. - :gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/define-macros-order.md b/docs/rules/define-macros-order.md index 6dbe5ef07..14729f991 100644 --- a/docs/rules/define-macros-order.md +++ b/docs/rules/define-macros-order.md @@ -10,7 +10,7 @@ since: v8.7.0 > enforce order of compiler macros (`defineProps`, `defineEmits`, etc.) -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. - :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ## :book: Rule Details diff --git a/docs/rules/dot-location.md b/docs/rules/dot-location.md index 2be2bb3d1..edb785080 100644 --- a/docs/rules/dot-location.md +++ b/docs/rules/dot-location.md @@ -10,7 +10,7 @@ since: v6.0.0 > Enforce consistent newlines before and after dots in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/dot-location] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/dot-notation.md b/docs/rules/dot-notation.md index 0115f490d..101caf5cf 100644 --- a/docs/rules/dot-notation.md +++ b/docs/rules/dot-notation.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce dot notation whenever possible in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as core [dot-notation] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/eqeqeq.md b/docs/rules/eqeqeq.md index d620b93fc..392deff7f 100644 --- a/docs/rules/eqeqeq.md +++ b/docs/rules/eqeqeq.md @@ -10,7 +10,7 @@ since: v5.2.0 > Require the use of `===` and `!==` in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as core [eqeqeq] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/first-attribute-linebreak.md b/docs/rules/first-attribute-linebreak.md index 1302adade..6e3ec73c0 100644 --- a/docs/rules/first-attribute-linebreak.md +++ b/docs/rules/first-attribute-linebreak.md @@ -11,7 +11,7 @@ since: v8.0.0 > enforce the location of first attribute - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/func-call-spacing.md b/docs/rules/func-call-spacing.md index a504ed0d8..f330255d1 100644 --- a/docs/rules/func-call-spacing.md +++ b/docs/rules/func-call-spacing.md @@ -10,7 +10,7 @@ since: v7.0.0 > Require or disallow spacing between function identifiers and their invocations in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/function-call-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/html-closing-bracket-newline.md b/docs/rules/html-closing-bracket-newline.md index 0c7d76eed..3a5af20ed 100644 --- a/docs/rules/html-closing-bracket-newline.md +++ b/docs/rules/html-closing-bracket-newline.md @@ -11,7 +11,7 @@ since: v4.1.0 > require or disallow a line break before tag's closing brackets - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. People have their own preference about the location of closing brackets. This rule enforces a line break (or no line break) before tag's closing brackets. diff --git a/docs/rules/html-closing-bracket-spacing.md b/docs/rules/html-closing-bracket-spacing.md index 427dce55a..ef900e693 100644 --- a/docs/rules/html-closing-bracket-spacing.md +++ b/docs/rules/html-closing-bracket-spacing.md @@ -11,7 +11,7 @@ since: v4.1.0 > require or disallow a space before tag's closing brackets - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-comment-content-newline.md b/docs/rules/html-comment-content-newline.md index 3a979623c..cffd7cdff 100644 --- a/docs/rules/html-comment-content-newline.md +++ b/docs/rules/html-comment-content-newline.md @@ -10,7 +10,7 @@ since: v7.0.0 > enforce unified line break in HTML comments -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-comment-content-spacing.md b/docs/rules/html-comment-content-spacing.md index 05dd5efa9..5b3948827 100644 --- a/docs/rules/html-comment-content-spacing.md +++ b/docs/rules/html-comment-content-spacing.md @@ -10,7 +10,7 @@ since: v7.0.0 > enforce unified spacing in HTML comments -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-comment-indent.md b/docs/rules/html-comment-indent.md index 3ea764ed6..2fa8ed7f1 100644 --- a/docs/rules/html-comment-indent.md +++ b/docs/rules/html-comment-indent.md @@ -10,7 +10,7 @@ since: v7.0.0 > enforce consistent indentation in HTML comments -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-end-tags.md b/docs/rules/html-end-tags.md index 5eaca8571..6ba004d39 100644 --- a/docs/rules/html-end-tags.md +++ b/docs/rules/html-end-tags.md @@ -11,7 +11,7 @@ since: v3.0.0 > enforce end tag style - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-indent.md b/docs/rules/html-indent.md index d152d1cda..2e0fa550e 100644 --- a/docs/rules/html-indent.md +++ b/docs/rules/html-indent.md @@ -11,7 +11,7 @@ since: v3.14.0 > enforce consistent indentation in `<template>` - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-quotes.md b/docs/rules/html-quotes.md index 9b23a4da2..736a649f0 100644 --- a/docs/rules/html-quotes.md +++ b/docs/rules/html-quotes.md @@ -11,7 +11,7 @@ since: v3.0.0 > enforce quotes style of HTML attributes - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. You can choose quotes of HTML attributes from: diff --git a/docs/rules/html-self-closing.md b/docs/rules/html-self-closing.md index b71fb72df..16aa8b49a 100644 --- a/docs/rules/html-self-closing.md +++ b/docs/rules/html-self-closing.md @@ -11,7 +11,7 @@ since: v3.11.0 > enforce self-closing style - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/index.md b/docs/rules/index.md index 333e78307..598c7a097 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -8,7 +8,7 @@ pageClass: rule-list <!-- This file is automatically generated in tools/update-docs-rules-index.js, do not change! --> ::: tip Legend - :wrench: Indicates that the rule is fixable, and using `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the reported problems. + :wrench: Indicates that the rule is fixable, and using `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the reported problems. :bulb: Indicates that some problems reported by the rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ::: diff --git a/docs/rules/key-spacing.md b/docs/rules/key-spacing.md index bad77240f..28c8f1856 100644 --- a/docs/rules/key-spacing.md +++ b/docs/rules/key-spacing.md @@ -10,7 +10,7 @@ since: v5.2.0 > Enforce consistent spacing between property names and type annotations in types and interfaces in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/key-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/keyword-spacing.md b/docs/rules/keyword-spacing.md index ce46bd2c2..afda9d1d7 100644 --- a/docs/rules/keyword-spacing.md +++ b/docs/rules/keyword-spacing.md @@ -10,7 +10,7 @@ since: v6.0.0 > Enforce consistent spacing before and after keywords in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/keyword-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/max-attributes-per-line.md b/docs/rules/max-attributes-per-line.md index 842167621..bfbe8baf4 100644 --- a/docs/rules/max-attributes-per-line.md +++ b/docs/rules/max-attributes-per-line.md @@ -11,7 +11,7 @@ since: v3.12.0 > enforce the maximum number of attributes per line - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. Limits the maximum number of attributes/properties per line to improve readability. diff --git a/docs/rules/multiline-html-element-content-newline.md b/docs/rules/multiline-html-element-content-newline.md index 1a55362f5..7a1ef86b1 100644 --- a/docs/rules/multiline-html-element-content-newline.md +++ b/docs/rules/multiline-html-element-content-newline.md @@ -11,7 +11,7 @@ since: v5.0.0 > require a line break before and after the contents of a multiline element - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/multiline-ternary.md b/docs/rules/multiline-ternary.md index 8421ae55e..1fe4d84fb 100644 --- a/docs/rules/multiline-ternary.md +++ b/docs/rules/multiline-ternary.md @@ -10,7 +10,7 @@ since: v9.7.0 > Enforce newlines between operands of ternary expressions in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/multiline-ternary] rule but it applies to the expressions in `<template>` and `<style>`. diff --git a/docs/rules/mustache-interpolation-spacing.md b/docs/rules/mustache-interpolation-spacing.md index b20e74357..eb8878b41 100644 --- a/docs/rules/mustache-interpolation-spacing.md +++ b/docs/rules/mustache-interpolation-spacing.md @@ -11,7 +11,7 @@ since: v3.13.0 > enforce unified spacing in mustache interpolations - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/new-line-between-multi-line-property.md b/docs/rules/new-line-between-multi-line-property.md index 6ade8e537..1191a1567 100644 --- a/docs/rules/new-line-between-multi-line-property.md +++ b/docs/rules/new-line-between-multi-line-property.md @@ -10,7 +10,7 @@ since: v7.3.0 > enforce new lines between multi-line properties in Vue components -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/next-tick-style.md b/docs/rules/next-tick-style.md index 1224e93b9..0e9d7812f 100644 --- a/docs/rules/next-tick-style.md +++ b/docs/rules/next-tick-style.md @@ -10,7 +10,7 @@ since: v7.5.0 > enforce Promise or callback style in `nextTick` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-data-object-declaration.md b/docs/rules/no-deprecated-data-object-declaration.md index 653ae4500..29f49d40a 100644 --- a/docs/rules/no-deprecated-data-object-declaration.md +++ b/docs/rules/no-deprecated-data-object-declaration.md @@ -11,7 +11,7 @@ since: v7.0.0 > disallow using deprecated object declaration on data (in Vue.js 3.0.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-destroyed-lifecycle.md b/docs/rules/no-deprecated-destroyed-lifecycle.md index a34543b2d..580bd0227 100644 --- a/docs/rules/no-deprecated-destroyed-lifecycle.md +++ b/docs/rules/no-deprecated-destroyed-lifecycle.md @@ -11,7 +11,7 @@ since: v7.0.0 > disallow using deprecated `destroyed` and `beforeDestroy` lifecycle hooks (in Vue.js 3.0.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-dollar-scopedslots-api.md b/docs/rules/no-deprecated-dollar-scopedslots-api.md index 9d7d52a69..d0d507363 100644 --- a/docs/rules/no-deprecated-dollar-scopedslots-api.md +++ b/docs/rules/no-deprecated-dollar-scopedslots-api.md @@ -11,7 +11,7 @@ since: v7.0.0 > disallow using deprecated `$scopedSlots` (in Vue.js 3.0.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-scope-attribute.md b/docs/rules/no-deprecated-scope-attribute.md index e6a7ec223..e781ea31d 100644 --- a/docs/rules/no-deprecated-scope-attribute.md +++ b/docs/rules/no-deprecated-scope-attribute.md @@ -11,7 +11,7 @@ since: v6.0.0 > disallow deprecated `scope` attribute (in Vue.js 2.5.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-slot-attribute.md b/docs/rules/no-deprecated-slot-attribute.md index 9e30d3eb8..d5d511132 100644 --- a/docs/rules/no-deprecated-slot-attribute.md +++ b/docs/rules/no-deprecated-slot-attribute.md @@ -11,7 +11,7 @@ since: v6.1.0 > disallow deprecated `slot` attribute (in Vue.js 2.6.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-slot-scope-attribute.md b/docs/rules/no-deprecated-slot-scope-attribute.md index 906be19d0..775e8bfcd 100644 --- a/docs/rules/no-deprecated-slot-scope-attribute.md +++ b/docs/rules/no-deprecated-slot-scope-attribute.md @@ -11,7 +11,7 @@ since: v6.1.0 > disallow deprecated `slot-scope` attribute (in Vue.js 2.6.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-v-bind-sync.md b/docs/rules/no-deprecated-v-bind-sync.md index adf0f5580..a918d2c3f 100644 --- a/docs/rules/no-deprecated-v-bind-sync.md +++ b/docs/rules/no-deprecated-v-bind-sync.md @@ -11,7 +11,7 @@ since: v7.0.0 > disallow use of deprecated `.sync` modifier on `v-bind` directive (in Vue.js 3.0.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-deprecated-v-on-number-modifiers.md b/docs/rules/no-deprecated-v-on-number-modifiers.md index 74000caa6..56fa9785d 100644 --- a/docs/rules/no-deprecated-v-on-number-modifiers.md +++ b/docs/rules/no-deprecated-v-on-number-modifiers.md @@ -11,7 +11,7 @@ since: v7.0.0 > disallow using deprecated number (keycode) modifiers (in Vue.js 3.0.0+) - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-empty-component-block.md b/docs/rules/no-empty-component-block.md index d0e3dbd15..344bd0cba 100644 --- a/docs/rules/no-empty-component-block.md +++ b/docs/rules/no-empty-component-block.md @@ -10,7 +10,7 @@ since: v7.0.0 > disallow the `<template>` `<script>` `<style>` block to be empty -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-extra-parens.md b/docs/rules/no-extra-parens.md index ead95b349..442a965ba 100644 --- a/docs/rules/no-extra-parens.md +++ b/docs/rules/no-extra-parens.md @@ -10,7 +10,7 @@ since: v7.0.0 > Disallow unnecessary parentheses in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/no-extra-parens] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/no-multi-spaces.md b/docs/rules/no-multi-spaces.md index 0f872f916..221d80230 100644 --- a/docs/rules/no-multi-spaces.md +++ b/docs/rules/no-multi-spaces.md @@ -11,7 +11,7 @@ since: v3.12.0 > disallow multiple spaces - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-ref-as-operand.md b/docs/rules/no-ref-as-operand.md index e2506e76b..506fb2b95 100644 --- a/docs/rules/no-ref-as-operand.md +++ b/docs/rules/no-ref-as-operand.md @@ -11,7 +11,7 @@ since: v7.0.0 > disallow use of value wrapped by `ref()` (Composition API) as an operand - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/essential"`, `*.configs["flat/vue2-essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-required-prop-with-default.md b/docs/rules/no-required-prop-with-default.md index 01bad7794..64d5630ce 100644 --- a/docs/rules/no-required-prop-with-default.md +++ b/docs/rules/no-required-prop-with-default.md @@ -10,7 +10,7 @@ since: v9.6.0 > enforce props with default values to be optional -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. - :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ## :book: Rule Details diff --git a/docs/rules/no-shared-component-data.md b/docs/rules/no-shared-component-data.md index caf2dc998..1810f528f 100644 --- a/docs/rules/no-shared-component-data.md +++ b/docs/rules/no-shared-component-data.md @@ -11,7 +11,7 @@ since: v3.8.0 > enforce component's data property to be a function - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/essential"`, `*.configs["flat/vue2-essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. When using the data property on a component (i.e. anywhere except on `new Vue`), the value must be a function that returns an object. diff --git a/docs/rules/no-spaces-around-equal-signs-in-attribute.md b/docs/rules/no-spaces-around-equal-signs-in-attribute.md index a88f88d0c..7c03a740b 100644 --- a/docs/rules/no-spaces-around-equal-signs-in-attribute.md +++ b/docs/rules/no-spaces-around-equal-signs-in-attribute.md @@ -11,7 +11,7 @@ since: v5.0.0 > disallow spaces around equal signs in attribute - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-unsupported-features.md b/docs/rules/no-unsupported-features.md index a2df54d33..d77fdbdaa 100644 --- a/docs/rules/no-unsupported-features.md +++ b/docs/rules/no-unsupported-features.md @@ -10,7 +10,7 @@ since: v6.1.0 > disallow unsupported Vue.js syntax on the specified version -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-useless-mustaches.md b/docs/rules/no-useless-mustaches.md index f4238b5ba..aed50cb1c 100644 --- a/docs/rules/no-useless-mustaches.md +++ b/docs/rules/no-useless-mustaches.md @@ -10,7 +10,7 @@ since: v7.0.0 > disallow unnecessary mustache interpolations -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/no-useless-v-bind.md b/docs/rules/no-useless-v-bind.md index 5f6153dce..4c5b11ba5 100644 --- a/docs/rules/no-useless-v-bind.md +++ b/docs/rules/no-useless-v-bind.md @@ -10,7 +10,7 @@ since: v7.0.0 > disallow unnecessary `v-bind` directives -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/object-curly-newline.md b/docs/rules/object-curly-newline.md index f0b0bf677..8f636a1da 100644 --- a/docs/rules/object-curly-newline.md +++ b/docs/rules/object-curly-newline.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce consistent line breaks after opening and before closing braces in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/object-curly-newline] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/object-curly-spacing.md b/docs/rules/object-curly-spacing.md index 9b28ad50e..e7a3fa0a6 100644 --- a/docs/rules/object-curly-spacing.md +++ b/docs/rules/object-curly-spacing.md @@ -10,7 +10,7 @@ since: v5.2.0 > Enforce consistent spacing inside braces in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/object-curly-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/object-property-newline.md b/docs/rules/object-property-newline.md index bfba0c0a2..6b6434ced 100644 --- a/docs/rules/object-property-newline.md +++ b/docs/rules/object-property-newline.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce placing object properties on separate lines in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/object-property-newline] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/object-shorthand.md b/docs/rules/object-shorthand.md index e400f9a78..8b4365b19 100644 --- a/docs/rules/object-shorthand.md +++ b/docs/rules/object-shorthand.md @@ -10,7 +10,7 @@ since: v8.4.0 > Require or disallow method and property shorthand syntax for object literals in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as core [object-shorthand] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/operator-linebreak.md b/docs/rules/operator-linebreak.md index 2d7103071..b994e7622 100644 --- a/docs/rules/operator-linebreak.md +++ b/docs/rules/operator-linebreak.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce consistent linebreak style for operators in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/operator-linebreak] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/order-in-components.md b/docs/rules/order-in-components.md index d901fbe74..8b3ea6d2e 100644 --- a/docs/rules/order-in-components.md +++ b/docs/rules/order-in-components.md @@ -11,7 +11,7 @@ since: v3.2.0 > enforce order of properties in components - :gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. - :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ## :book: Rule Details diff --git a/docs/rules/padding-line-between-blocks.md b/docs/rules/padding-line-between-blocks.md index 3d851d718..4f3ee0290 100644 --- a/docs/rules/padding-line-between-blocks.md +++ b/docs/rules/padding-line-between-blocks.md @@ -10,7 +10,7 @@ since: v6.2.0 > require or disallow padding lines between blocks -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/padding-line-between-tags.md b/docs/rules/padding-line-between-tags.md index ace9dc8b9..e5b5c4b41 100644 --- a/docs/rules/padding-line-between-tags.md +++ b/docs/rules/padding-line-between-tags.md @@ -10,7 +10,7 @@ since: v9.5.0 > require or disallow newlines between sibling tags in template -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/padding-lines-in-component-definition.md b/docs/rules/padding-lines-in-component-definition.md index fa2592e93..eef694e14 100644 --- a/docs/rules/padding-lines-in-component-definition.md +++ b/docs/rules/padding-lines-in-component-definition.md @@ -10,7 +10,7 @@ since: v9.9.0 > require or disallow padding lines in component definition -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/prefer-define-options.md b/docs/rules/prefer-define-options.md index 5653cb011..110c1426a 100644 --- a/docs/rules/prefer-define-options.md +++ b/docs/rules/prefer-define-options.md @@ -10,7 +10,7 @@ since: v9.13.0 > enforce use of `defineOptions` instead of default export -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/prefer-import-from-vue.md b/docs/rules/prefer-import-from-vue.md index a15ca8481..79b19b8ed 100644 --- a/docs/rules/prefer-import-from-vue.md +++ b/docs/rules/prefer-import-from-vue.md @@ -11,7 +11,7 @@ since: v8.5.0 > enforce import from 'vue' instead of import from '@vue/\*' - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/prefer-separate-static-class.md b/docs/rules/prefer-separate-static-class.md index ee6055ae6..610e3f2b8 100644 --- a/docs/rules/prefer-separate-static-class.md +++ b/docs/rules/prefer-separate-static-class.md @@ -10,7 +10,7 @@ since: v8.2.0 > require static class names in template to be in a separate `class` attribute -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/prefer-template.md b/docs/rules/prefer-template.md index 051118ce2..ae4d3fc29 100644 --- a/docs/rules/prefer-template.md +++ b/docs/rules/prefer-template.md @@ -10,7 +10,7 @@ since: v7.0.0 > Require template literals instead of string concatenation in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as core [prefer-template] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/quote-props.md b/docs/rules/quote-props.md index 4d2b62d03..f5fe59248 100644 --- a/docs/rules/quote-props.md +++ b/docs/rules/quote-props.md @@ -10,7 +10,7 @@ since: v8.4.0 > Require quotes around object literal, type literal, interfaces and enums property names in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/quote-props] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/require-prop-type-constructor.md b/docs/rules/require-prop-type-constructor.md index 7c7dee6f8..835d9d149 100644 --- a/docs/rules/require-prop-type-constructor.md +++ b/docs/rules/require-prop-type-constructor.md @@ -11,7 +11,7 @@ since: v5.0.0 > require prop type to be a constructor - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/essential"`, `*.configs["flat/vue2-essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/script-indent.md b/docs/rules/script-indent.md index 735e89331..9922b8c48 100644 --- a/docs/rules/script-indent.md +++ b/docs/rules/script-indent.md @@ -10,7 +10,7 @@ since: v4.2.0 > enforce consistent indentation in `<script>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/singleline-html-element-content-newline.md b/docs/rules/singleline-html-element-content-newline.md index 11531dcf7..9cb448905 100644 --- a/docs/rules/singleline-html-element-content-newline.md +++ b/docs/rules/singleline-html-element-content-newline.md @@ -11,7 +11,7 @@ since: v5.0.0 > require a line break before and after the contents of a singleline element - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/space-in-parens.md b/docs/rules/space-in-parens.md index a0db7cdc1..3d2d5dbd7 100644 --- a/docs/rules/space-in-parens.md +++ b/docs/rules/space-in-parens.md @@ -10,7 +10,7 @@ since: v7.0.0 > Enforce consistent spacing inside parentheses in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/space-in-parens] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/space-infix-ops.md b/docs/rules/space-infix-ops.md index e757bd5fa..2b4e9d0a3 100644 --- a/docs/rules/space-infix-ops.md +++ b/docs/rules/space-infix-ops.md @@ -10,7 +10,7 @@ since: v5.2.0 > Require spacing around infix operators in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/space-infix-ops] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/space-unary-ops.md b/docs/rules/space-unary-ops.md index 96ae8aa0d..54fe5e192 100644 --- a/docs/rules/space-unary-ops.md +++ b/docs/rules/space-unary-ops.md @@ -10,7 +10,7 @@ since: v5.2.0 > Enforce consistent spacing before or after unary operators in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/space-unary-ops] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/static-class-names-order.md b/docs/rules/static-class-names-order.md index 6d8a7d865..c13f28fdd 100644 --- a/docs/rules/static-class-names-order.md +++ b/docs/rules/static-class-names-order.md @@ -10,7 +10,7 @@ since: v6.1.0 > enforce static class names order -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/template-curly-spacing.md b/docs/rules/template-curly-spacing.md index 928ec15d4..dfca50a64 100644 --- a/docs/rules/template-curly-spacing.md +++ b/docs/rules/template-curly-spacing.md @@ -10,7 +10,7 @@ since: v7.0.0 > Require or disallow spacing around embedded expressions of template strings in `<template>` -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. This rule is the same rule as [@stylistic/template-curly-spacing] rule but it applies to the expressions in `<template>`. diff --git a/docs/rules/this-in-template.md b/docs/rules/this-in-template.md index 65fb6bfe6..ded2b0f94 100644 --- a/docs/rules/this-in-template.md +++ b/docs/rules/this-in-template.md @@ -11,7 +11,7 @@ since: v3.13.0 > disallow usage of `this` in template - :gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-bind-style.md b/docs/rules/v-bind-style.md index fc5c82bc7..ce1b6dec6 100644 --- a/docs/rules/v-bind-style.md +++ b/docs/rules/v-bind-style.md @@ -11,7 +11,7 @@ since: v3.0.0 > enforce `v-bind` directive style - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-for-delimiter-style.md b/docs/rules/v-for-delimiter-style.md index 1c712e7c5..191dc921a 100644 --- a/docs/rules/v-for-delimiter-style.md +++ b/docs/rules/v-for-delimiter-style.md @@ -10,7 +10,7 @@ since: v7.0.0 > enforce `v-for` directive's delimiter style -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-if-else-key.md b/docs/rules/v-if-else-key.md index 3a1f1e187..757e04321 100644 --- a/docs/rules/v-if-else-key.md +++ b/docs/rules/v-if-else-key.md @@ -10,7 +10,7 @@ since: v9.19.0 > require key attribute for conditionally rendered repeated components -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-on-event-hyphenation.md b/docs/rules/v-on-event-hyphenation.md index 493a9dac9..8aad7eb9b 100644 --- a/docs/rules/v-on-event-hyphenation.md +++ b/docs/rules/v-on-event-hyphenation.md @@ -11,7 +11,7 @@ since: v7.4.0 > enforce v-on event naming style on custom components in template - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/vue3-recommended"` and `*.configs["flat/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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-on-function-call.md b/docs/rules/v-on-function-call.md index c8f666eef..1b1a8588b 100644 --- a/docs/rules/v-on-function-call.md +++ b/docs/rules/v-on-function-call.md @@ -11,7 +11,7 @@ since: v5.2.0 > enforce or forbid parentheses after method calls without arguments in `v-on` directives - :no_entry_sign: This rule was **deprecated** and replaced by [vue/v-on-handler-style](v-on-handler-style.md) rule. -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-on-handler-style.md b/docs/rules/v-on-handler-style.md index 039577494..065ebd827 100644 --- a/docs/rules/v-on-handler-style.md +++ b/docs/rules/v-on-handler-style.md @@ -10,7 +10,7 @@ since: v9.7.0 > enforce writing style for handlers in `v-on` directives -- :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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-on-style.md b/docs/rules/v-on-style.md index 56bcb2221..b9ec76f71 100644 --- a/docs/rules/v-on-style.md +++ b/docs/rules/v-on-style.md @@ -11,7 +11,7 @@ since: v3.0.0 > enforce `v-on` directive style - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/v-slot-style.md b/docs/rules/v-slot-style.md index 64a0fb96d..060ca7bd0 100644 --- a/docs/rules/v-slot-style.md +++ b/docs/rules/v-slot-style.md @@ -11,7 +11,7 @@ since: v6.0.0 > enforce `v-slot` directive style - :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/valid-next-tick.md b/docs/rules/valid-next-tick.md index 832bfcc4f..b382e35b3 100644 --- a/docs/rules/valid-next-tick.md +++ b/docs/rules/valid-next-tick.md @@ -11,7 +11,7 @@ since: v7.5.0 > enforce valid `nextTick` function calls - :gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `*.configs["flat/essential"]`, `"plugin:vue/essential"`, `*.configs["flat/vue2-essential"]`, `"plugin:vue/vue3-strongly-recommended"`, `*.configs["flat/strongly-recommended"]`, `"plugin:vue/strongly-recommended"`, `*.configs["flat/vue2-strongly-recommended"]`, `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-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. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. - :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ## :book: Rule Details diff --git a/tools/update-docs-rules-index.js b/tools/update-docs-rules-index.js index 63a6d66fb..c456cae44 100644 --- a/tools/update-docs-rules-index.js +++ b/tools/update-docs-rules-index.js @@ -274,7 +274,7 @@ pageClass: rule-list <!-- This file is automatically generated in tools/update-docs-rules-index.js, do not change! --> ::: tip Legend - :wrench: Indicates that the rule is fixable, and using \`--fix\` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the reported problems. + :wrench: Indicates that the rule is fixable, and using \`--fix\` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the reported problems. :bulb: Indicates that some problems reported by the rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). ::: diff --git a/tools/update-docs.js b/tools/update-docs.js index 21ebce2f7..e70804981 100644 --- a/tools/update-docs.js +++ b/tools/update-docs.js @@ -14,7 +14,7 @@ For example: - :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`. - :no_entry_sign: This rule was **deprecated**. -- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule. ``` */ @@ -131,7 +131,7 @@ class DocFile { } if (meta.fixable) { notes.push( - '- :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.' + '- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.' ) } if (meta.hasSuggestions) {