Skip to content

Commit 267e5bb

Browse files
committed
9.11.1
1 parent 7215073 commit 267e5bb

36 files changed

+36
-36
lines changed

docs/rules/array-bracket-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.1.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-bracket-newline.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/array-bracket-newline.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/array-bracket-newline)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/array-bracket-newline)</sup>

docs/rules/array-bracket-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-bracket-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/array-bracket-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/array-bracket-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/array-bracket-spacing)</sup>

docs/rules/array-element-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ This rule was introduced in eslint-plugin-vue v9.9.0
3232
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-element-newline.js)
3333
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/array-element-newline.js)
3434

35-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/array-element-newline)</sup>
35+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/array-element-newline)</sup>

docs/rules/arrow-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/arrow-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/arrow-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/arrow-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/arrow-spacing)</sup>

docs/rules/block-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/block-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/block-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/block-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/block-spacing)</sup>

docs/rules/brace-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/brace-style.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/brace-style.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/brace-style)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/brace-style)</sup>

docs/rules/camelcase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2626
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/camelcase.js)
2727
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/camelcase.js)
2828

29-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/camelcase)</sup>
29+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/camelcase)</sup>

docs/rules/comma-dangle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/comma-dangle.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/comma-dangle.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/comma-dangle)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/comma-dangle)</sup>

docs/rules/comma-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/comma-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/comma-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/comma-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/comma-spacing)</sup>

docs/rules/comma-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/comma-style.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/comma-style.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/comma-style)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/comma-style)</sup>

docs/rules/dot-location.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v6.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/dot-location.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/dot-location.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/dot-location)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/dot-location)</sup>

docs/rules/dot-notation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/dot-notation.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/dot-notation.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/dot-notation)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/dot-notation)</sup>

docs/rules/eqeqeq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/eqeqeq.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/eqeqeq.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/eqeqeq)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/eqeqeq)</sup>

docs/rules/func-call-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/func-call-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/func-call-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/func-call-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/func-call-spacing)</sup>

docs/rules/key-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/key-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/key-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/key-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/key-spacing)</sup>

docs/rules/keyword-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v6.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/keyword-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/keyword-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/keyword-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/keyword-spacing)</sup>

docs/rules/multiline-ternary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ This rule was introduced in eslint-plugin-vue v9.7.0
6060
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/multiline-ternary.js)
6161
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/multiline-ternary.js)
6262

63-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/multiline-ternary)</sup>
63+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/multiline-ternary)</sup>

docs/rules/no-constant-condition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ This rule was introduced in eslint-plugin-vue v7.5.0
2626
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-constant-condition.js)
2727
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-constant-condition.js)
2828

29-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-constant-condition)</sup>
29+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-constant-condition)</sup>

docs/rules/no-empty-pattern.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ This rule was introduced in eslint-plugin-vue v6.0.0
2626
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-empty-pattern.js)
2727
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-empty-pattern.js)
2828

29-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-empty-pattern)</sup>
29+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-empty-pattern)</sup>

docs/rules/no-extra-parens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
5050
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-extra-parens.js)
5151
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-extra-parens.js)
5252

53-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-extra-parens)</sup>
53+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-extra-parens)</sup>

docs/rules/no-loss-of-precision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ This rule was introduced in eslint-plugin-vue v8.0.0
3030
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-loss-of-precision.js)
3131
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-loss-of-precision.js)
3232

33-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-loss-of-precision)</sup>
33+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-loss-of-precision)</sup>

docs/rules/no-restricted-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
5959
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-restricted-syntax.js)
6060
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-restricted-syntax.js)
6161

62-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-restricted-syntax)</sup>
62+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-restricted-syntax)</sup>

docs/rules/no-sparse-arrays.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2626
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-sparse-arrays.js)
2727
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-sparse-arrays.js)
2828

29-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-sparse-arrays)</sup>
29+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-sparse-arrays)</sup>

docs/rules/no-useless-concat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2626
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-useless-concat.js)
2727
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-useless-concat.js)
2828

29-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/no-useless-concat)</sup>
29+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/no-useless-concat)</sup>

docs/rules/object-curly-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-curly-newline.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-curly-newline.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/object-curly-newline)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/object-curly-newline)</sup>

docs/rules/object-curly-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-curly-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-curly-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/object-curly-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/object-curly-spacing)</sup>

docs/rules/object-property-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-property-newline.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-property-newline.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/object-property-newline)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/object-property-newline)</sup>

docs/rules/object-shorthand.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v8.4.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/object-shorthand.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/object-shorthand.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/object-shorthand)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/object-shorthand)</sup>

docs/rules/operator-linebreak.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/operator-linebreak.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/operator-linebreak.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/operator-linebreak)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/operator-linebreak)</sup>

docs/rules/prefer-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/prefer-template.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/prefer-template.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/prefer-template)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/prefer-template)</sup>

docs/rules/quote-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v8.4.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/quote-props.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/quote-props.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/quote-props)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/quote-props)</sup>

docs/rules/space-in-parens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/space-in-parens.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/space-in-parens.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/space-in-parens)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/space-in-parens)</sup>

docs/rules/space-infix-ops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/space-infix-ops.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/space-infix-ops.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/space-infix-ops)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/space-infix-ops)</sup>

docs/rules/space-unary-ops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/space-unary-ops.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/space-unary-ops.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/space-unary-ops)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/space-unary-ops)</sup>

docs/rules/template-curly-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
2828
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/template-curly-spacing.js)
2929
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/template-curly-spacing.js)
3030

31-
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/rules/template-curly-spacing)</sup>
31+
<sup>Taken with ❤️ [from ESLint core](https://eslint.org/docs/latest/rules/template-curly-spacing)</sup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.11.0",
3+
"version": "9.11.1",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)