Skip to content

Commit 9fdf8e0

Browse files
author
CircleCI
committed
5.0.0
1 parent 4b8cfa1 commit 9fdf8e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+63
-63
lines changed

Diff for: lib/rules/attribute-hyphenation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
docs: {
1818
description: 'enforce attribute naming style on custom components in template',
1919
category: 'strongly-recommended',
20-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/attribute-hyphenation.md'
20+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/attribute-hyphenation.md'
2121
},
2222
fixable: 'code',
2323
schema: [

Diff for: lib/rules/attributes-order.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = {
107107
docs: {
108108
description: 'enforce order of attributes',
109109
category: 'recommended',
110-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/attributes-order.md'
110+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/attributes-order.md'
111111
},
112112
fixable: 'code',
113113
schema: {

Diff for: lib/rules/comment-directive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = {
110110
docs: {
111111
description: 'support comment-directives in `<template>`',
112112
category: 'base',
113-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/comment-directive.md'
113+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/comment-directive.md'
114114
},
115115
schema: []
116116
},

Diff for: lib/rules/component-name-in-template-casing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
docs: {
2525
description: 'enforce specific casing for the component naming style in template',
2626
category: 'strongly-recommended',
27-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/component-name-in-template-casing.md'
27+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/component-name-in-template-casing.md'
2828
},
2929
fixable: 'code',
3030
schema: [

Diff for: lib/rules/html-closing-bracket-newline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
docs: {
3434
description: "require or disallow a line break before tag's closing brackets",
3535
category: 'strongly-recommended',
36-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/html-closing-bracket-newline.md'
36+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/html-closing-bracket-newline.md'
3737
},
3838
fixable: 'whitespace',
3939
schema: [{

Diff for: lib/rules/html-closing-bracket-spacing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
docs: {
5555
description: 'require or disallow a space before tag\'s closing brackets',
5656
category: 'strongly-recommended',
57-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/html-closing-bracket-spacing.md'
57+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/html-closing-bracket-spacing.md'
5858
},
5959
schema: [{
6060
type: 'object',

Diff for: lib/rules/html-end-tags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'enforce end tag style',
2323
category: 'strongly-recommended',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/html-end-tags.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/html-end-tags.md'
2525
},
2626
fixable: 'code',
2727
schema: []

Diff for: lib/rules/html-indent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
docs: {
3131
description: 'enforce consistent indentation in `<template>`',
3232
category: 'strongly-recommended',
33-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/html-indent.md'
33+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/html-indent.md'
3434
},
3535
fixable: 'whitespace',
3636
schema: [

Diff for: lib/rules/html-quotes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'enforce quotes style of HTML attributes',
2323
category: 'strongly-recommended',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/html-quotes.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/html-quotes.md'
2525
},
2626
fixable: 'code',
2727
schema: [

Diff for: lib/rules/html-self-closing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
docs: {
9090
description: 'enforce self-closing style',
9191
category: 'strongly-recommended',
92-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/html-self-closing.md'
92+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/html-self-closing.md'
9393
},
9494
fixable: 'code',
9595
schema: {

Diff for: lib/rules/jsx-uses-vars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
docs: {
4141
description: 'prevent variables used in JSX to be marked as unused', // eslint-disable-line consistent-docs-description
4242
category: 'base',
43-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/jsx-uses-vars.md'
43+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/jsx-uses-vars.md'
4444
},
4545
schema: []
4646
},

Diff for: lib/rules/max-attributes-per-line.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
docs: {
1616
description: 'enforce the maximum number of attributes per line',
1717
category: 'strongly-recommended',
18-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/max-attributes-per-line.md'
18+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/max-attributes-per-line.md'
1919
},
2020
fixable: 'whitespace', // or "code" or "whitespace"
2121
schema: [

Diff for: lib/rules/multiline-html-element-content-newline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
docs: {
5656
description: 'require a line break before and after the contents of a multiline element',
5757
category: 'strongly-recommended',
58-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/multiline-html-element-content-newline.md'
58+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/multiline-html-element-content-newline.md'
5959
},
6060
fixable: 'whitespace',
6161
schema: [{

Diff for: lib/rules/mustache-interpolation-spacing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
docs: {
2121
description: 'enforce unified spacing in mustache interpolations',
2222
category: 'strongly-recommended',
23-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/mustache-interpolation-spacing.md'
23+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/mustache-interpolation-spacing.md'
2424
},
2525
fixable: 'whitespace',
2626
schema: [

Diff for: lib/rules/name-property-casing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
docs: {
1919
description: 'enforce specific casing for the name property in Vue components',
2020
category: 'strongly-recommended',
21-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/name-property-casing.md'
21+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/name-property-casing.md'
2222
},
2323
fixable: 'code', // or "code" or "whitespace"
2424
schema: [

Diff for: lib/rules/no-async-in-computed-properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = {
6565
docs: {
6666
description: 'disallow asynchronous actions in computed properties',
6767
category: 'essential',
68-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-async-in-computed-properties.md'
68+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-async-in-computed-properties.md'
6969
},
7070
fixable: null,
7171
schema: []

Diff for: lib/rules/no-confusing-v-for-v-if.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
docs: {
4141
description: 'disallow confusing `v-for` and `v-if` on the same element',
4242
category: 'recommended',
43-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-confusing-v-for-v-if.md',
43+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-confusing-v-for-v-if.md',
4444
replacedBy: ['no-use-v-if-with-v-for']
4545
},
4646
deprecated: true,

Diff for: lib/rules/no-dupe-keys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
docs: {
1919
description: 'disallow duplication of field names',
2020
category: 'essential',
21-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-dupe-keys.md'
21+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-dupe-keys.md'
2222
},
2323
fixable: null, // or "code" or "whitespace"
2424
schema: [

Diff for: lib/rules/no-duplicate-attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
docs: {
4141
description: 'disallow duplication of attributes',
4242
category: 'essential',
43-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-duplicate-attributes.md'
43+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-duplicate-attributes.md'
4444
},
4545
fixable: null,
4646

Diff for: lib/rules/no-multi-spaces.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
docs: {
2020
description: 'disallow multiple spaces',
2121
category: 'strongly-recommended',
22-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-multi-spaces.md'
22+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-multi-spaces.md'
2323
},
2424
fixable: 'whitespace', // or "code" or "whitespace"
2525
schema: [{

Diff for: lib/rules/no-parsing-error.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
docs: {
6060
description: 'disallow parsing errors in `<template>`',
6161
category: 'essential',
62-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-parsing-error.md'
62+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-parsing-error.md'
6363
},
6464
fixable: null,
6565
schema: [

Diff for: lib/rules/no-reserved-keys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
docs: {
2020
description: 'disallow overwriting reserved keys',
2121
category: 'essential',
22-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-reserved-keys.md'
22+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-reserved-keys.md'
2323
},
2424
fixable: null,
2525
schema: [

Diff for: lib/rules/no-shared-component-data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
docs: {
4242
description: "enforce component's data property to be a function",
4343
category: 'essential',
44-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-shared-component-data.md'
44+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-shared-component-data.md'
4545
},
4646
fixable: 'code',
4747
schema: []

Diff for: lib/rules/no-side-effects-in-computed-properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
docs: {
1717
description: 'disallow side effects in computed properties',
1818
category: 'essential',
19-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-side-effects-in-computed-properties.md'
19+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-side-effects-in-computed-properties.md'
2020
},
2121
fixable: null,
2222
schema: []

Diff for: lib/rules/no-spaces-around-equal-signs-in-attribute.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
docs: {
2121
description: 'disallow spaces around equal signs in attribute',
2222
category: 'strongly-recommended',
23-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-spaces-around-equal-signs-in-attribute.md'
23+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-spaces-around-equal-signs-in-attribute.md'
2424
},
2525
fixable: 'whitespace',
2626
schema: []

Diff for: lib/rules/no-template-key.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'disallow `key` attribute on `<template>`',
2323
category: 'essential',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-template-key.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-template-key.md'
2525
},
2626
fixable: null,
2727
schema: []

Diff for: lib/rules/no-template-shadow.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
docs: {
2323
description: 'disallow variable declarations from shadowing variables declared in the outer scope',
2424
category: 'strongly-recommended',
25-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-template-shadow.md'
25+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-template-shadow.md'
2626
},
2727
fixable: null,
2828
schema: []

Diff for: lib/rules/no-textarea-mustache.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'disallow mustaches in `<textarea>`',
2323
category: 'essential',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-textarea-mustache.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-textarea-mustache.md'
2525
},
2626
fixable: null,
2727
schema: []

Diff for: lib/rules/no-unused-components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'disallow registering components that are not used inside templates',
2323
category: 'essential',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-unused-components.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-unused-components.md'
2525
},
2626
fixable: null,
2727
schema: [{

Diff for: lib/rules/no-unused-vars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
docs: {
1717
description: 'disallow unused variable definitions of v-for directives or scope attributes',
1818
category: 'essential',
19-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-unused-vars.md'
19+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-unused-vars.md'
2020
},
2121
fixable: null,
2222
schema: []

Diff for: lib/rules/no-use-v-if-with-v-for.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
docs: {
5454
description: 'disallow use v-if on the same element as v-for',
5555
category: 'essential',
56-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-use-v-if-with-v-for.md'
56+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-use-v-if-with-v-for.md'
5757
},
5858
fixable: null,
5959
schema: [{

Diff for: lib/rules/no-v-html.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
docs: {
1616
description: 'disallow use of v-html to prevent XSS attack',
1717
category: 'recommended',
18-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/no-v-html.md'
18+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/no-v-html.md'
1919
},
2020
fixable: null,
2121
schema: []

Diff for: lib/rules/order-in-components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module.exports = {
136136
docs: {
137137
description: 'enforce order of properties in components',
138138
category: 'recommended',
139-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/order-in-components.md'
139+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/order-in-components.md'
140140
},
141141
fixable: 'code', // null or "code" or "whitespace"
142142
schema: [

Diff for: lib/rules/prop-name-casing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = {
7575
docs: {
7676
description: 'enforce specific casing for the Prop name in Vue components',
7777
category: 'strongly-recommended',
78-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/prop-name-casing.md'
78+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/prop-name-casing.md'
7979
},
8080
fixable: 'code', // null or "code" or "whitespace"
8181
schema: [

Diff for: lib/rules/require-component-is.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'require `v-bind:is` of `<component>` elements',
2323
category: 'essential',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-component-is.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-component-is.md'
2525
},
2626
fixable: null,
2727
schema: []

Diff for: lib/rules/require-default-prop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
docs: {
2727
description: 'require default value for props',
2828
category: 'strongly-recommended',
29-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-default-prop.md'
29+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-default-prop.md'
3030
},
3131
fixable: null, // or "code" or "whitespace"
3232
schema: []

Diff for: lib/rules/require-prop-type-constructor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
docs: {
2828
description: 'require prop type to be a constructor',
2929
category: 'essential',
30-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-prop-type-constructor.md'
30+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-prop-type-constructor.md'
3131
},
3232
fixable: 'code', // or "code" or "whitespace"
3333
schema: []

Diff for: lib/rules/require-prop-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
docs: {
1717
description: 'require type definitions in props',
1818
category: 'strongly-recommended',
19-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-prop-types.md'
19+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-prop-types.md'
2020
},
2121
fixable: null, // or "code" or "whitespace"
2222
schema: [

Diff for: lib/rules/require-render-return.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
docs: {
1717
description: 'enforce render function to always return value',
1818
category: 'essential',
19-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-render-return.md'
19+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-render-return.md'
2020
},
2121
fixable: null, // or "code" or "whitespace"
2222
schema: []

Diff for: lib/rules/require-v-for-key.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
docs: {
2222
description: 'require `v-bind:key` with `v-for` directives',
2323
category: 'essential',
24-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-v-for-key.md'
24+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-v-for-key.md'
2525
},
2626
fixable: null,
2727
schema: []

Diff for: lib/rules/require-valid-default-prop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
docs: {
2626
description: 'enforce props default values to be valid',
2727
category: 'essential',
28-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/require-valid-default-prop.md'
28+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/require-valid-default-prop.md'
2929
},
3030
fixable: null,
3131
schema: []

Diff for: lib/rules/return-in-computed-property.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
docs: {
1717
description: 'enforce that a return statement is present in computed property',
1818
category: 'essential',
19-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/return-in-computed-property.md'
19+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/return-in-computed-property.md'
2020
},
2121
fixable: null, // or "code" or "whitespace"
2222
schema: [

Diff for: lib/rules/script-indent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
docs: {
2121
description: 'enforce consistent indentation in `<script>`',
2222
category: undefined,
23-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/script-indent.md'
23+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/script-indent.md'
2424
},
2525
fixable: 'whitespace',
2626
schema: [

Diff for: lib/rules/singleline-html-element-content-newline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
docs: {
5151
description: 'require a line break before and after the contents of a singleline element',
5252
category: 'strongly-recommended',
53-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.6/docs/rules/singleline-html-element-content-newline.md'
53+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/singleline-html-element-content-newline.md'
5454
},
5555
fixable: 'whitespace',
5656
schema: [{

0 commit comments

Comments
 (0)