Skip to content

Commit

Permalink
Add additionalProperties to `vue/no-deprecated-router-link-tag-prop…
Browse files Browse the repository at this point in the history
…` schema (#2177)
  • Loading branch information
FloEdelmann committed May 16, 2023
1 parent b00faf3 commit 299d634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/no-deprecated-router-link-tag-prop.js
Expand Up @@ -45,7 +45,8 @@ module.exports = {
uniqueItems: true,
minItems: 1
}
}
},
additionalProperties: false
}
],
messages: {
Expand Down

0 comments on commit 299d634

Please sign in to comment.