Skip to content

Commit 299d634

Browse files
authored
Add additionalProperties to vue/no-deprecated-router-link-tag-prop schema (#2177)
1 parent b00faf3 commit 299d634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/no-deprecated-router-link-tag-prop.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ module.exports = {
4545
uniqueItems: true,
4646
minItems: 1
4747
}
48-
}
48+
},
49+
additionalProperties: false
4950
}
5051
],
5152
messages: {

0 commit comments

Comments
 (0)