Skip to content

Commit 5082653

Browse files
committed
fixed lint errors
1 parent c115f54 commit 5082653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/valid-v-bind-sync.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ function isLhs (node) {
4949

5050
module.exports = {
5151
meta: {
52+
type: 'problem',
5253
docs: {
5354
description: 'enforce valid `.sync` modifier on `v-bind` directives',
5455
category: undefined,
55-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/valid-v-bind-sync.md'
56+
url: 'https://eslint.vuejs.org/rules/valid-v-bind-sync.html'
5657
},
5758
fixable: null,
5859
schema: [],

0 commit comments

Comments
 (0)