fix: apply ESLint rule vue/no-template-target-blank

This commit is contained in:
iamsivin
2024-07-26 08:52:26 +05:30
parent 7f520535dd
commit 03b81a1ead
+7
View File
@@ -117,6 +117,13 @@ module.exports = {
allowBinding: false,
},
],
'vue/no-template-target-blank': [
'error',
{
allowReferrer: false,
enforceDynamicLinks: 'always',
},
],
'vue/no-required-prop-with-default': [
'error',
{