Skip to content

Commit bf99834

Browse files
committed
Fixed lint error
1 parent cc1f0fd commit bf99834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/valid-slot-scope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
docs: {
6767
description: 'enforce valid `slot-scope` attributes',
6868
category: undefined,
69-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.4/docs/rules/valid-slot-scope.md'
69+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.5/docs/rules/valid-slot-scope.md'
7070
},
7171
fixable: null,
7272
schema: [],

0 commit comments

Comments
 (0)